CLEAN: use fullUrl when possible
[phorkie.git] / www / secure.php
index e61408701f6be5be3496eddde69c76f4aaeb5281..95066141445d3a6d15844837b5062c9c40533a50 100644 (file)
@@ -6,7 +6,7 @@ namespace phorkie;
 require_once 'www-header.php';
 $_SESSION['REQUEST_URI'] = $_SERVER['REQUEST_URI'];
 if (!isset($_SESSION['identity'])) {
-    header("Location: /login");
+    header("Location: " . Tools::fullUrl('/login'));
     exit;
 }
 if ($GLOBALS['phorkie']['auth']['secure'] > 0 &&