Images.php
[Pman.Core] / Images.php
index 65a6537..46313b0 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()
     {
@@ -58,6 +60,7 @@ class Pman_Core_Images extends Pman
     var $thumb = false;
     var $as_mimetype = false;
     var $method = 'inline';
+    var $page = false;
     
     function get($s, $opts=array()) // determin what to serve!!!!
     {