Initial
This commit is contained in:
15
provide_env.php
Normal file
15
provide_env.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?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);
|
||||
|
Reference in New Issue
Block a user