summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'shared/include/includes.php')
-rw-r--r--shared/include/includes.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/include/includes.php b/shared/include/includes.php
index 8a75b58..1394049 100644
--- a/shared/include/includes.php
+++ b/shared/include/includes.php
@@ -1,6 +1,7 @@
<?php
date_default_timezone_set('UTC');
require_once(dirname(__FILE__).'/paths.php'); // USE __dir__ in 5.3.0
+require_once(SHARED.'/include/definitions.php');
// Load functions and classes from the shared directory and either foreground or background
foreach (array('functions', 'classes') as $type) {
foreach (array(SHARED, ($_SERVER['DOCUMENT_ROOT']?FRONTEND:BACKEND)) as $dir) {