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