diff options
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 ef1fe91..a9a411a 100755 --- a/www/include.php +++ b/www/include.php @@ -1,5 +1,7 @@ <?php +require_once("constanantt.php"); + $func_dir = "functions/"; require_once($func_dir . "func_failure.php"); // 404 and other errors |
