diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,8 +11,8 @@ /* Begin try/catch block */ try { -include './includes/debug.php'; include './includes/config.php'; +include './includes/debug.php'; include './includes/sql.class.php'; include './includes/functions.php'; |