From: sparky4 Date: Wed, 23 Feb 2011 08:40:18 +0000 (-0600) Subject: modified: yotsubanome.php X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=1a4ab788fdc6809128e6b384a8f683d4ee961a90;p=test.git modified: yotsubanome.php --- diff --git a/yotsubanome.php b/yotsubanome.php index d73f068..1f4283d 100755 --- a/yotsubanome.php +++ b/yotsubanome.php @@ -271,11 +271,10 @@ function updatelog($resno=0,$page_num=-1,$single_page=false){ $pte_vals['{$PAGENAV}'] .= '
'; $dat .= $PTE->ParseBlock('MAIN', $pte_vals); - foot($dat); ////++++---- the foot is a special core function wwww --sparky4 + foot($dat); // the foot is a special core function wwww --sparky4 // 存檔 / 輸出 - //---- if($single_page || ($page_num == -1 && !$resno)){ // 靜態快取頁面生成 - if($threads_count == 0 && $page_num == 0 || ($single_page || ($page_num == -1 && !$resno))){ // 靜態快取頁面生成 + if($single_page || ($page_num == -1 && !$resno)){ // 靜態快取頁面生成 if($page==0) $logfilename = PHP_SELF2; else $logfilename = $page.PHP_EXT; $fp = fopen($logfilename, 'w');