Changeset 40381
- Timestamp:
- Apr 6, 2018, 3:23:32 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20170908/ippMonitor/raw/ipp.php
r40093 r40381 351 351 // loop over the lines in the file and generate lines in the menu 352 352 while ($line = fgetcsv ($file, 1024, "|")) { 353 if ( ereg('^[:blank:]*#', $line[0])) continue;353 if (preg_match ('^[:blank:]*#', $line[0])) continue; 354 354 if (count($line) < 2) continue; 355 355
Note:
See TracChangeset
for help on using the changeset viewer.
