engelsystem/includes/helper/error_helper.php

12 lines
160 B
PHP
Raw Normal View History

<?php
/**
* Displays a fatal message and stops execution.
2013-10-13 00:52:44 +02:00
*
* @param string $message
*/
2017-01-02 03:57:23 +01:00
function engelsystem_error($message)
{
raw_output($message);
}