Changeset 2942 for temp/trunk
- Timestamp:
- 2006/08/30 16:51:05 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 3 edited
-
data/conf/conf.php (modified) (1 diff)
-
html/admin/batch/daily.php (modified) (2 diffs)
-
html/admin/total/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/conf/conf.php
r2935 r2942 16 16 17 17 //¥Ð¥Ã¥Á¤ò¼Â¹Ô¤¹¤ëºÇû¤Î´Ö³Ö(ÉÃ) 18 define("LOAD_BATCH_PASS", 10);18 define("LOAD_BATCH_PASS", 3600); 19 19 20 20 define("CLOSE_DAY", 31); // Äù¤áÆü¤Î»ØÄê(ËöÆü¤Î¾ì¹ç¤Ï¡¢31¤ò»ØÄꤷ¤Æ¤¯¤À¤µ¤¤¡£) -
temp/trunk/html/admin/batch/daily.php
r2941 r2942 31 31 32 32 $now_time = time(); 33 34 print(date("y/m/d H:M:s", time())); 35 33 36 34 // ¥°¥é¥Õ²èÁü¤Îºï½ü 37 35 $path = GRAPH_DIR . "*.png"; … … 44 42 45 43 // ºÇ¸å¤Î¥Ð¥Ã¥Á¼Â¹Ô¤«¤éLOAD_BATCH_PASSÉ÷вᤷ¤Æ¤¤¤Ê¤¤¤È¼Â¹Ô¤·¤Ê¤¤¡£ 46 $batch_pass = date(" Y/m/d H:m:s", $now_time);44 $batch_pass = date("y/m/d H:i:s", $now_time); 47 45 48 46 $objQuery = new SC_Query(); -
temp/trunk/html/admin/total/index.php
r2932 r2942 164 164 if(count($_GET) == 0) { 165 165 // 1¥ö·îʬ¤Î½¸·× 166 lfStartDailyTotal( 100,0);166 lfStartDailyTotal(31,0); 167 167 } 168 168 break;
Note: See TracChangeset
for help on using the changeset viewer.
