瀏覽代碼

1.4.7 cleans globals too

tokul 19 年之前
父節點
當前提交
e27ec8a55d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/Development/plugin.txt

+ 1 - 1
doc/Development/plugin.txt

@@ -254,7 +254,7 @@ specific to SquirrelMail 1.3.2 - 1.5.1. Script layout was changed in 1.5.2.
       8.4. functions/global.php
    9. functions/prefs.php (already loaded. see 7.2)
 
-Since SquirrelMail 1.5.1 functions/global.php file must be loaded before
+In SquirrelMail 1.4.7+ and 1.5.1 functions/global.php file must be loaded before
 setting any own global variables. If variables are set before loading
 functions/global.php library, they can be corrupted in PHP register_globals=On
 setups.