MTrackWeb/Roo.php
authorAlan Knowles <alan@roojs.com>
Thu, 19 Mar 2015 02:45:33 +0000 (10:45 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 19 Mar 2015 02:45:33 +0000 (10:45 +0800)
MTrackWeb/Roo.php

index ebed08a..b4c4fc3 100644 (file)
@@ -46,4 +46,15 @@ class MTrackWeb_Roo extends Pman_Roo
         // need perms sorting out first.
     }
     
+    function checkPerm($obj, $lvl, $req=null) {
+        $res = parent::checkPerm($obj,$lvl,$req);
+        if (!$res) {
+            return $res;
+        }
+        // normally allowed, but we have more restrictions...
+        
+        
+        
+        
+    }
 }
\ No newline at end of file