PEAR Coding Standards intermediate update for files changed
[phorkie.git] / www / new.php
index 8d1a231d1ff9e339f2bc062702c886ea074ddc20..0675b4d3b0d1d8c78edff6b228f895da3d144935 100644 (file)
@@ -12,7 +12,7 @@ namespace phorkie;
  */
 require_once 'www-header.php';
 if ($GLOBALS['phorkie']['auth']['secure'] > 0) {
-    require_once 'secure.php';
+    include_once 'secure.php';
 }
 
 $repopo = new Repository_Post();