diff www/info.php @ 2037:e82ba6f55708

Refactor how the location filtering works internally to use proper LOC flags.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 26 Jan 2019 01:42:39 +0200
parents 57ecb49d7b4a
children 431c149e8882
line wrap: on
line diff
--- a/www/info.php	Sat Jan 26 01:40:23 2019 +0200
+++ b/www/info.php	Sat Jan 26 01:42:39 2019 +0200
@@ -36,7 +36,7 @@
 $locTable = apcu_fetch("info_locTable");
 if (empty($locTable))
 {
-  $locTable = mpReadLocationFiles();
+  $locTable = mpParseLocFiles(TRUE);
   apcu_store("info_locTable", $locTable, 3600);
 }
 $wizTable = apcu_fetch("wizTable");