PEAR Coding Standards intermediate update for files changed
[phorkie.git] / www / raw.php
index 67a21ee2287b818e211651f74fc9440a0d5b5f77..6b20633920da1c7217e408212931a04477203ad2 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();
 $repo->loadFromRequest();