summaryrefslogtreecommitdiff
path: root/www/include.php
diff options
context:
space:
mode:
authoroweissbarth2014-03-16 20:21:32 +0100
committeroweissbarth2014-03-16 20:21:32 +0100
commit07297d606d209aa4d70d25fe9d72d80e1131c19e (patch)
treedeb2e29ecf8cfeb23dd743b2d82e4e4d5886b91f /www/include.php
parent387a724ccc6eee67deeba93d3021cf3fde7f3730 (diff)
downloadfiles.iamfabulous.de-07297d606d209aa4d70d25fe9d72d80e1131c19e.tar.gz
Added print_register
Diffstat (limited to 'www/include.php')
-rwxr-xr-xwww/include.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/include.php b/www/include.php
index 3a79919..3374574 100755
--- a/www/include.php
+++ b/www/include.php
@@ -15,4 +15,5 @@ require_once($func_dir . "func_user.php"); // gets the userid and account speci
require_once($func_dir . "func_content.php"); // get the vfs content
require_once("login.php");
+require_once("register.php");