function __construct()
 {
     parent::__construct();
     jimport('joomla.filesystem.file');
     jimport('joomla.filesystem.folder');
     $config =& $this->getConfig();
     $this->indexHTMLContents = $config->get('folder_safety_index_contents', '<html><head></head><body></body></html>');
 }
 function __construct()
 {
     parent::__construct();
 }