diff options
Diffstat (limited to 'controllers/meta.php')
| -rw-r--r-- | controllers/meta.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/controllers/meta.php b/controllers/meta.php index 46550d3..aa7a09b 100644 --- a/controllers/meta.php +++ b/controllers/meta.php @@ -1,5 +1,7 @@ <?php +include_once __DIR__ . '/../constants.php'; + function call_handler(string $name) { if (function_exists($name)) { call_user_func($name); |
