Changeset 40842
- Timestamp:
- Jul 23, 2019, 3:03:04 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/ipp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/ipp.php
r40494 r40842 351 351 // loop over the lines in the file and generate lines in the menu 352 352 while ($line = fgetcsv ($file, 1024, "|")) { 353 if ( preg_match('^[:blank:]*#', $line[0])) continue;353 if (ereg ('^[:blank:]*#', $line[0])) continue; 354 354 if (count($line) < 2) continue; 355 355
Note:
See TracChangeset
for help on using the changeset viewer.
