function __construct() { parent::__construct('php', 'filesystem'); $this->badFiles = array(); $this->jexec = array(); jimport('joomla.filesystem.file'); }
function __construct() { parent::__construct('missing_file', 'filesystem'); $this->_filesystemData = null; $this->_files = array(); $this->_missingFiles = array(); jimport('joomla.filesystem.file'); }
function __construct() { parent::__construct('permission', 'filesystem'); $this->files = array(); $this->directories = array(); $this->dirPermission = intval($this->_params->get('permission_max_dir_permission', '755'), 8); $this->filePermission = intval($this->_params->get('permission_max_file_permission', '644'), 8); }
function __construct() { parent::__construct('file_integrity', 'filesystem'); jimport('joomla.filesystem.file'); jimport('joomla.filesystem.folder'); $this->_mismatches = array(); $this->_files = array(); $this->_dirs = array(); }
function __construct() { parent::__construct('folder_safety', 'filesystem'); $this->folders = array(); }
function __construct() { parent::__construct('upload', 'live_protection'); $this->_executableFiles = array(); }
function __construct($name, $type) { parent::__construct($name, $type); $this->_injections = array(); }