Browse Source

SM_PATH fix

stekkel 23 năm trước cách đây
mục cha
commit
959f4cae2b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      plugins/info/setup.php

+ 1 - 1
plugins/info/setup.php

@@ -8,7 +8,7 @@
  *
  */
 
-require_once ('../plugins/info/functions.php');
+require_once (SM_PATH . 'plugins/info/functions.php');
 
 function squirrelmail_plugin_init_info() {
     global $squirrelmail_plugin_hooks;