Changeset 2942 for temp/trunk/html
- Timestamp:
- 2006/08/30 16:51:05 (20 years ago)
- Location:
- temp/trunk/html/admin
- Files:
-
- 2 edited
-
batch/daily.php (modified) (2 diffs)
-
total/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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.
