PEAR Coding Standards intermediate update for files changed
[phorkie.git] / www / edit.php
index db4428b3cb36958778bf86cafb408bb58428fa49..20e779386a422494db506fcd4b144ab45641f7a4 100644 (file)
@@ -5,7 +5,7 @@ namespace phorkie;
  */
 require_once 'www-header.php';
 if ($GLOBALS['phorkie']['auth']['secure'] > 0) {
-    require_once 'secure.php';
+    include_once 'secure.php';
 }
 
 $repo = new Repository();