Changeset 41126 for trunk/ippMonitor/raw/ipp.php
- Timestamp:
- Nov 18, 2019, 8:49:27 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/ipp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/ipp.php
r40842 r41126 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.
