From 4544b18f5bf1854456f2a835c7df0fc469ba144c Mon Sep 17 00:00:00 2001
From: Malf Furious <m@lfurio.us>
Date: Sat, 5 Mar 2016 17:03:58 -0500
Subject: Add sec_verify_ip to app root controller

---
 app/controller/root.control.php | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'app/controller')

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())
             {
-- 
cgit v1.2.3