Rev 130 Rev 139
Line 421... Line 421...
421 if (isset($this->contentEnc)) 421 if (isset($this->contentEnc))
422 return $this->contentEnc; 422 return $this->contentEnc;
423 423
424 return $config->getContentEncoding(); 424 return $config->getContentEncoding();
425 } 425 }
-   426  
-   427 // }}}
-   428  
-   429 // {{{ Authentication
426 430
427 function useAuthenticationFile($file) 431 function useAuthenticationFile($file)
428 { 432 {
429 if (is_readable($file)) 433 if (is_readable($file))
430 $this->auth =& new Authentication($file); 434 $this->auth =& new Authentication($file);