HosipLan

Untitled

Jul 20th, 2011
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. public function __construct($wwwDir, $baseDir)
  2. {
  3.     parent::__construct();
  4.     $this->setContentType(self::TEXT_HTML);
  5.     $this->wwwDir = $wwwDir;
  6.     $this->baseDir = $baseDir;
  7.  
  8.     try {
  9.         $this->setFavicon('favicon.ico');
  10.     } catch (FileNotFoundException $e) { }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment