Index: /branches/czw_branch/20170908/ippMonitor/raw/ipp.php
===================================================================
--- /branches/czw_branch/20170908/ippMonitor/raw/ipp.php	(revision 40380)
+++ /branches/czw_branch/20170908/ippMonitor/raw/ipp.php	(revision 40381)
@@ -351,5 +351,5 @@
   // loop over the lines in the file and generate lines in the menu
   while ($line = fgetcsv ($file, 1024, "|")) {
-    if (ereg ('^[:blank:]*#', $line[0])) continue;
+    if (preg_match ('^[:blank:]*#', $line[0])) continue;
     if (count($line) < 2) continue;
 
