diff options
Diffstat (limited to 'admin/waiting.php')
-rw-r--r-- | admin/waiting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/waiting.php b/admin/waiting.php index 5d342052e..aefb6e9d8 100644 --- a/admin/waiting.php +++ b/admin/waiting.php @@ -16,7 +16,7 @@ * the Free Software Foundation; * * * ***************************************************************************/ -include_once( './include/isadmin.inc.php' ); +include_once( './admin/include/isadmin.inc.php' ); //--------------------------------------------------------------------- updates if ( isset( $_POST['submit'] ) ) { |