diff -r fa4514331b90 .htaccess
--- a/.htaccess	Thu Dec 10 09:24:40 2009 -0700
+++ b/.htaccess	Wed Jan 27 14:06:02 2010 -0700
@@ -1,3 +1,7 @@
 <Files gallery.log>
 deny from all
 </Files>
+
+<Files auth.db>
+deny from all
+</Files>
diff -r fa4514331b90 php/.htaccess
--- a/php/.htaccess	Thu Dec 10 09:24:40 2009 -0700
+++ b/php/.htaccess	Wed Jan 27 14:06:02 2010 -0700
@@ -1,4 +1,4 @@
 AuthType Digest
 AuthName "Host Photo Gallery"
-AuthUserFile /home/cris/Projects/www/ebay-js-gallery/auth.db
+AuthUserFile /Library/WebServer/Documents/js-gallery/auth.db
 Require valid-user
diff -r fa4514331b90 php/AppSessionClass.php.inc
--- a/php/AppSessionClass.php.inc	Thu Dec 10 09:24:40 2009 -0700
+++ b/php/AppSessionClass.php.inc	Wed Jan 27 14:06:02 2010 -0700
@@ -108,7 +108,7 @@
          **/
         $conf = array('lineFormat' => '%1$s %2$s [%3$s] %4$s [%5$s:%6$s]');
         $this->log = &Log::singleton('file', $this->log_path, '', $conf);
-        $this->log->setMask(Log::MAX(PEAR_LOG_DEBUG));
+        $this->log->setMask(Log::MAX(PEAR_LOG_INFO));
         $this->log->debug("Initiated logger object. base_path: $this->base_path");
     }
 }

