Changeset 6450 for temp/trunk/html/admin/system
- Timestamp:
- 2006/10/17 22:34:26 (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
r6449 r6450 60 60 $path = HTML_PATH . "admin/downloads/module/" . $objPage->arrUpdate[0]['main_php']; 61 61 62 print($path);63 64 62 $src_fp = fopen($path, "rb"); 65 63 while (!feof($src_fp)) { … … 67 65 if(ereg("@version", $line)) { 68 66 print($line); 69 } 67 } 70 68 } 71 69 fclose($src_fp);
Note: See TracChangeset
for help on using the changeset viewer.
