- Timestamp:
- 2006/10/17 22:34:50 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/system/module.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/system/module.php
r6450 r6451 62 62 $src_fp = fopen($path, "rb"); 63 63 while (!feof($src_fp)) { 64 $line = f read($src_fp, 1024);64 $line = fgets($src_fp); 65 65 if(ereg("@version", $line)) { 66 66 print($line);
Note: See TracChangeset
for help on using the changeset viewer.
