Rev 130 Rev 139
Line 422... Line 422...
422 return $this->contentEnc; 422 return $this->contentEnc;
423 423
424 return $config->getContentEncoding(); 424 return $config->getContentEncoding();
425 } 425 }
426 426  
-   427 // }}}
-   428  
-   429 // {{{ Authentication
-   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);
431 else 435 else