MTrackWeb/Roo.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 7 Jun 2011 06:46:18 +0000 (14:46 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 7 Jun 2011 06:46:18 +0000 (14:46 +0800)
MTrackWeb/Roo.php

index e00a78b..fff3d55 100644 (file)
@@ -15,7 +15,9 @@ require_once 'Pman/Roo.php';
 
 class MTrackWeb_Roo extends Pman_Roo
 {
-    var $validTables = array('mtrack_ticket');
+    var $validTables = array(
+        'mtrack_ticket' /// all of these MUST have applyFilters, and check authenication..
+    );
     
     function getAuth()
     {