diff options
Diffstat (limited to 'admin/help.php')
-rw-r--r-- | admin/help.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/help.php b/admin/help.php index f59b23897..931049c80 100644 --- a/admin/help.php +++ b/admin/help.php @@ -16,7 +16,7 @@ * the Free Software Foundation; * * * ***************************************************************************/ -include_once( './include/isadmin.inc.php' ); +include_once( './admin/include/isadmin.inc.php' ); //----------------------------------------------------- template initialization $sub = $vtp->Open( './template/'.$user['template'].'/admin/help.vtp' ); $tpl = array( ); |