Changeset 7234 for temp/trunk/html/admin/total/index.php
- Timestamp:
- 2006/11/01 18:30:18 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/total/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/total/index.php
r7233 r7234 48 48 lfSaveDateSession(); 49 49 50 define(SAVE_FILE , $_GET['save_file']); 51 50 52 // ¥Ñ¥é¥á¡¼¥¿´ÉÍý¥¯¥é¥¹ 51 53 $objFormParam = new SC_FormParam(); … … 479 481 480 482 $objGraphBar->drawGraph(); 481 //$objGraphBar->outputGraph(false,$path); 482 483 $objGraphBar->outputGraph(); 484 exit(); 485 483 484 if(SAVE_FILE){ 485 $objGraphBar->outputGraph(false,$path); 486 }else{ 487 $objGraphBar->outputGraph(); 488 exit(); 489 } 490 486 491 // ¥Õ¥¡¥¤¥ë¥Ñ¥¹¤òÊÖ¤¹ 487 492 $ret_path = GRAPH_URL . $pngname;
Note: See TracChangeset
for help on using the changeset viewer.
