From 47b7715c50c9583df4ce621a9af03b879475fbc6 Mon Sep 17 00:00:00 2001 From: oweissbarth Date: Sun, 16 Mar 2014 19:00:52 +0100 Subject: fixed constants error --- www/include.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'www/include.php') diff --git a/www/include.php b/www/include.php index fdaf738..3a79919 100755 --- a/www/include.php +++ b/www/include.php @@ -14,3 +14,5 @@ require_once($func_dir . "func_select.php"); // get the primary key from the la require_once($func_dir . "func_user.php"); // gets the userid and account specific stuff require_once($func_dir . "func_content.php"); // get the vfs content +require_once("login.php"); + -- cgit v1.2.3