summaryrefslogtreecommitdiff
path: root/www/include.php
diff options
context:
space:
mode:
authorroot2014-03-12 03:19:52 +0100
committerroot2014-03-12 03:19:52 +0100
commit9c3bb2457b1d05cb0c044260cfaaaad2a9935b96 (patch)
tree5e9e7a72443d858751f005dcab29424975ab474f /www/include.php
parent0f696dd3eed81e6223d9a5369265ea23cca2bfd1 (diff)
downloadfiles.iamfabulous.de-9c3bb2457b1d05cb0c044260cfaaaad2a9935b96.tar.gz
Fixed the path for the css file
Diffstat (limited to 'www/include.php')
-rw-r--r--www/include.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/include.php b/www/include.php
new file mode 100644
index 0000000..76b4ba1
--- /dev/null
+++ b/www/include.php
@@ -0,0 +1,12 @@
+<?
+
+$func_dir = "functions/";
+
+require_once($func_dir . "func_failure.php"); // 404 and other errors
+require_once($func_dir . "func_interface.php"); // presents the vfs content
+require_once($func_dir . "func_invite.php"); // handles the invite routine
+require_once($func_dir . "func_login.php"); // handles also logout
+require_once($func_dir . "func_register.php"); // processing the registration
+require_once($func_dir . "func_rewrite.php"); // rewrites URL if user forgot to add the username while loged in
+require_once($func_dir . "func_select.php"); // get the actual vfs content
+require_once($func_dir . "func_user.php"); // account specific stuff