FIX: login - sreg/ax default, identifier renamed to openid_url
[phorkie.git] / www / delete.php
index f332028876216ec01e636e78145d467f1f6d6605..85f62582e9b6daca8c93f4201bca32a7b8d20274 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();