diff options
Diffstat (limited to 'www/include.php')
| -rwxr-xr-x | www/include.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/include.php b/www/include.php index 11d5451..39926f6 100755 --- a/www/include.php +++ b/www/include.php @@ -14,7 +14,7 @@ require_once("constants.php"); $func_dir = "functions/"; -require_once($func_dir . "class_files.php"); +require_once("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 |
