summaryrefslogtreecommitdiff
path: root/www/functions.php
diff options
context:
space:
mode:
authorroot2014-03-12 03:19:52 +0100
committerroot2014-03-12 03:19:52 +0100
commit9c3bb2457b1d05cb0c044260cfaaaad2a9935b96 (patch)
tree5e9e7a72443d858751f005dcab29424975ab474f /www/functions.php
parent0f696dd3eed81e6223d9a5369265ea23cca2bfd1 (diff)
downloadfiles.iamfabulous.de-9c3bb2457b1d05cb0c044260cfaaaad2a9935b96.tar.gz
Fixed the path for the css file
Diffstat (limited to 'www/functions.php')
-rw-r--r--www/functions.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/www/functions.php b/www/functions.php
deleted file mode 100644
index 76b4ba1..0000000
--- a/www/functions.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?
-
-$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