]> 4ch.mooo.com Git - test.git/commitdiff
modified: config.php
authorsparky4 <sparky4@4ch.irc.su>
Sun, 20 Feb 2011 09:38:11 +0000 (03:38 -0600)
committersparky4 <sparky4@4ch.irc.su>
Sun, 20 Feb 2011 09:38:11 +0000 (03:38 -0600)
modified:   yotsubanome.php

config.php
yotsubanome.php

index f10398f1abee53f3eeba7520144ab210924b2299..e2f7863edd73d142eaa57fc88238d7f67a2bd0f1 100755 (executable)
@@ -42,6 +42,9 @@ TODO:
 
 ChangeLog:
 ----------------------
+2001/2/20
+-[yotsubanome.php] fix post 0 page 0 index.htm bug
+
 2011/2/18
 -[lib_common.php] credit was given where credit was due w
 
index 941559a07a8b7f0455de46ef89990aab7cb0ffa8..d2903c458f505437854c66e025429bfb4d08e5d6 100755 (executable)
@@ -264,6 +264,7 @@ function updatelog($resno=0,$page_num=-1,$single_page=false){
                foot($dat);
 
                // 存檔 / 輸出
+               //---- if($single_page || ($page_num == -1 && !$resno)){ // 靜態快取頁面生成
                if($page_num == -1 && !$threads || ($single_page || ($page_num == -1 && !$resno))){ // 靜態快取頁面生成
                        if($page==0) $logfilename = PHP_SELF2;
                        else $logfilename = $page.PHP_EXT;