diff options
Diffstat (limited to 'admin/index.php')
-rw-r--r-- | admin/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/index.php b/admin/index.php index fea8112..754ef89 100644 --- a/admin/index.php +++ b/admin/index.php @@ -22,7 +22,7 @@ session_start(); include '../includes/debug.php'; include '../includes/config.php'; include '../includes/sql.class.php'; -include 'functions.php'; +include '../includes/functions.php'; $db = new Bayonet_SQL(); $db->Connect( |