summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--app/controller/root.control.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/controller/root.control.php b/app/controller/root.control.php
index 5b5dd8f..a9e23e9 100644
--- a/app/controller/root.control.php
+++ b/app/controller/root.control.php
@@ -45,6 +45,9 @@ class Root extends Controller
}
}
+ /* Assert session IP */
+ $this->sec_verify_ip();
+
/* Assert that a user is logged in */
if (!$this->getCurrentUser())
{