소스 검색

Not sure how this global got there... (Copy and Paste?)
Should also use SM_PATH where necessary

Jimmy Conner 21 년 전
부모
커밋
0d44d0348c
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      plugins/administrator/setup.php

+ 1 - 2
plugins/administrator/setup.php

@@ -34,11 +34,10 @@ function squirrelmail_plugin_init_administrator() {
  */
 function squirrelmail_administrator_optpage_register_block() {
     global $optpage_blocks;
-    global $AllowSpamFilters;
 
     $optpage_blocks[] = array(
         'name' => _("Administration"),
-        'url'  => '../plugins/administrator/options.php',
+        'url'  => SM_PATH . 'plugins/administrator/options.php',
         'desc' => _("This module allows administrators to manage SquirrelMail main configuration remotely."),
         'js'   => false
     );