allow people to logout and login in secure mode
[phorkie.git] / www / login.php
index 6a13fa290d03603af6860f067b744756d34564c1..150cf25c7624bd84aea7e16e380a59586ba906d3 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 namespace phorkie;
 $pageRequiresLogin = false;
+$noSecurityCheck = true;
 require_once 'www-header.php';
 
 if (isset($_REQUEST['logout'])) {