summaryrefslogtreecommitdiff
path: root/www/include.php
diff options
context:
space:
mode:
authoroweissbarth2014-03-16 19:00:52 +0100
committeroweissbarth2014-03-16 19:00:52 +0100
commit47b7715c50c9583df4ce621a9af03b879475fbc6 (patch)
tree36f41d89f39f0fdb447b65d7cdc4059f3270f04b /www/include.php
parenta37702805900d71609e7266a27c8b42c1bbae30f (diff)
downloadfiles.iamfabulous.de-47b7715c50c9583df4ce621a9af03b879475fbc6.tar.gz
fixed constants error
Diffstat (limited to 'www/include.php')
-rwxr-xr-xwww/include.php2
1 files changed, 2 insertions, 0 deletions
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");
+