REVERT: variable name change
[phorkie.git] / www / www-security.php
index 3fe6f20b2ef002c1890f5136aa2d52a1a98f865a..ccbdb9784c6b3e78f1d154363310a7f99591a642 100644 (file)
@@ -26,7 +26,7 @@ if (!isset($_SESSION['identity'])) {
     $logged_in = true;
 }
 
     $logged_in = true;
 }
 
-if ($securityLevel >= $GLOBALS['phorkie']['auth']['securityLevel']) {
+if ($secureAtLevel >= $GLOBALS['phorkie']['auth']['securityLevel']) {
     if ($logged_in) {
         return;
     }
     if ($logged_in) {
         return;
     }