PEAR Coding Standards intermediate update for files changed
[phorkie.git] / www / display.php
index 2376d30b58416ec5112c108539161eb7ac4cc5a1..6f754d9ec4c01d4ee0e7d4e36996ac6e4c5e49ac 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';
 }
 
 $repo = new Repository();