DataObjects/pman.links.ini
[Pman.Core] / Images.php
index 65a6537..51ec17f 100644 (file)
@@ -38,7 +38,9 @@ require_once  'Pman.php';
 class Pman_Core_Images extends Pman
 {
     
-    var $public_image_table = array();
+    // tables that do not need authentication checks before serving.
+    var $public_image_tables = array();
+    
     
     function getAuth()
     {