1 頁 (共 1 頁)

[問題]幾秒回到前頁面功能?

發表於 : 2009-04-23 , 5:56
懸壺子
[問題]幾秒回到前頁面功能?

http://phpbb-tw.net/phpbb/viewtopic.php ... 03#p271503
心靈捕手 寫:預設下, 停留 3 秒鐘.

"登入後", 找 includes/functions.php 修改;
"文章發表後", 找 posting.php 修改.

代碼: 選擇全部

找到

meta_refresh(3

取代成

meta_refresh(0  
P.S.
posting.php 會出現很多次, 全部取代成, 無妨.