Changeset 40975
- Timestamp:
- Oct 28, 2019, 11:04:40 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ccl_branches/ipp-20190806/ippMonitor/raw/ipp.php
r40842 r40975 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 ("/#/", $line[0])) continue; 354 // if (ereg ('^[:blank:]*#', $line[0])) continue; 354 355 if (count($line) < 2) continue; 355 356
Note:
See TracChangeset
for help on using the changeset viewer.
