diff options
Diffstat (limited to 'admin/comments.php')
| -rw-r--r-- | admin/comments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/comments.php b/admin/comments.php index 19287f9..87629ee 100644 --- a/admin/comments.php +++ b/admin/comments.php @@ -1,5 +1,5 @@ <?php -require_once( '../../bit_setup_inc.php' ); +require_once( '../../kernel/setup_inc.php' ); include_once( KERNEL_PKG_PATH.'simple_form_functions_lib.php' ); $gBitSystem->verifyPermission( 'p_admin' ); |
