summaryrefslogtreecommitdiff
path: root/includes/engelsystem_provider.php
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2016-11-14 18:14:23 +0100
committermsquare <msquare@notrademark.de>2016-11-14 18:14:23 +0100
commit1a1ca1d1b56d9f21e4142100e92862d9210d280c (patch)
treeff616dc0a278eb091ff87ef7b9d227bd355ed4c5 /includes/engelsystem_provider.php
parentc81eb0e8b6fb0cc855eb9ac673f50abc2648d376 (diff)
split templates into different files
Diffstat (limited to 'includes/engelsystem_provider.php')
-rw-r--r--includes/engelsystem_provider.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/engelsystem_provider.php b/includes/engelsystem_provider.php
index 029c1788..84383bba 100644
--- a/includes/engelsystem_provider.php
+++ b/includes/engelsystem_provider.php
@@ -5,6 +5,7 @@
require_once realpath(__DIR__ . '/../includes/mysqli_provider.php');
require_once realpath(__DIR__ . '/../includes/sys_auth.php');
+require_once realpath(__DIR__ . '/../includes/sys_form.php');
require_once realpath(__DIR__ . '/../includes/sys_log.php');
require_once realpath(__DIR__ . '/../includes/sys_menu.php');
require_once realpath(__DIR__ . '/../includes/sys_page.php');