From 1a1ca1d1b56d9f21e4142100e92862d9210d280c Mon Sep 17 00:00:00 2001 From: msquare Date: Mon, 14 Nov 2016 18:14:23 +0100 Subject: split templates into different files --- includes/engelsystem_provider.php | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/engelsystem_provider.php') 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'); -- cgit v1.2.3-54-g00ecf