event-types/provide_env.php

14 lines
355 B
PHP
Raw Normal View History

2021-02-26 01:01:01 +01:00
<?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");