do not make it mandatory to pass template variables
[phorkie.git] / www / list.php
index 17f46b1eb6de7de8f89db8881356e509cca0753b..5a394ebac52aad2037a91b7503f2ac0343199cfa 100644 (file)
@@ -5,7 +5,7 @@
 namespace phorkie;
 require_once 'www-header.php';
 if ($GLOBALS['phorkie']['auth']['secure'] == 2) {
-    require_once 'secure.php';
+    include_once 'secure.php';
 }
 $rs = new Repositories();