diff options
| author | root | 2014-04-20 05:52:42 +0200 |
|---|---|---|
| committer | root | 2014-04-20 05:52:42 +0200 |
| commit | fbd2513b6094d8b902e1ac687e6d9d4889a48701 (patch) | |
| tree | b3774a55e5f8debd25eae57d8000ae5331e7e698 /www/include.php | |
| parent | 20b0d524a0cbc9fa04c0ae03ed9e50d3ef295ee7 (diff) | |
| download | files.iamfabulous.de-fbd2513b6094d8b902e1ac687e6d9d4889a48701.tar.gz | |
Added class file.
Diffstat (limited to 'www/include.php')
| -rwxr-xr-x | www/include.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/include.php b/www/include.php index e24a0c3..11d5451 100755 --- a/www/include.php +++ b/www/include.php @@ -14,6 +14,8 @@ require_once("constants.php"); $func_dir = "functions/"; +require_once($func_dir . "class_files.php"); + 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 |
