diff options
Diffstat (limited to 'admin/stats.php')
-rw-r--r-- | admin/stats.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/stats.php b/admin/stats.php index ba6965741..08b8f5de0 100644 --- a/admin/stats.php +++ b/admin/stats.php @@ -16,7 +16,7 @@ * the Free Software Foundation; * * * ***************************************************************************/ -include_once( './include/isadmin.inc.php' ); +include_once( './admin/include/isadmin.inc.php' ); $max_pixels = 500; //------------------------------------------------------------ comment deletion if ( isset( $_GET['del'] ) and is_numeric( $_GET['del'] ) ) |