This commit is contained in:
2021-02-26 01:01:01 +01:00
commit 1d6684b394
14 changed files with 310 additions and 0 deletions

15
provide_env.php Normal file
View 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);