summaryrefslogtreecommitdiff
path: root/includes/includes.php
diff options
context:
space:
mode:
authorBot <bot@myigel.name>2017-12-25 23:12:52 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2017-12-25 23:51:15 +0100
commit952c7892f3ac7bfadf8419062e44ff1af66ecc57 (patch)
tree69a85e8e4719801a064b8fa2d521fe000f959cd5 /includes/includes.php
parent879918864a9c6da0fe9be1aca6c443ec8df0afc3 (diff)
Formatting & Docstrings
Diffstat (limited to 'includes/includes.php')
-rw-r--r--includes/includes.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/includes.php b/includes/includes.php
index b6bd41cf..e8e5ce29 100644
--- a/includes/includes.php
+++ b/includes/includes.php
@@ -84,6 +84,7 @@ $includeFiles = [
__DIR__ . '/../includes/pages/user_settings.php',
__DIR__ . '/../includes/pages/user_shifts.php',
];
+
foreach ($includeFiles as $file) {
require_once realpath($file);
}