- Timestamp:
- 2006/10/18 16:05:08 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/system/module.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/system/module.php
r6460 r6461 60 60 $path = HTML_PATH . "admin/downloads/module/";// . $objPage->arrUpdate[0]['main_php']; 61 61 $src_fp = fopen($path, "rb"); 62 if($src_fp) { 62 63 while (!feof($src_fp)) { 63 64 $line = fgets($src_fp); … … 68 69 } 69 70 fclose($src_fp); 70 71 } 71 72 72 73 $objView->assignobj($objPage); //ÊÑ¿ô¤ò¥Æ¥ó¥×¥ì¡¼¥È¤Ë¥¢¥µ¥¤¥ó¤¹¤ë
Note: See TracChangeset
for help on using the changeset viewer.
