aboutsummaryrefslogtreecommitdiff
path: root/www/raw.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/raw.php')
-rw-r--r--www/raw.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/raw.php b/www/raw.php
index 67a21ee..6b20633 100644
--- a/www/raw.php
+++ b/www/raw.php
@@ -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();