16 lines
468 B
PHP
16 lines
468 B
PHP
<?PHP
|
|
/**
|
|
* This file collects generally, often used functions in the public frontend for museum-digital:event-types
|
|
*
|
|
* @author Joshua Ramon Enslin <joshua@museum-digital.de>
|
|
*/
|
|
declare(strict_types = 1);
|
|
|
|
require_once __DIR__ . '/constants.php';
|
|
require_once __DIR__ . '/src/global_functions.php';
|
|
|
|
\spl_autoload_register("mdShortenerAutoloader");
|
|
# \set_exception_handler("mdShortenerExceptionHandler");
|
|
# \set_error_handler("mdShortenerErrorHandler", E_ALL);
|
|
|