/** * Perform a fast check of Akeeba Backup's files * * @return bool False if some of the files are missing or tampered with */ public function fastCheckFiles() { $checker = new F0FUtilsFilescheck('com_akeeba', AKEEBA_VERSION, AKEEBA_DATE); return $checker->fastCheck(); }
/** * Perform a fast check of Admin Tools' files * * @return bool False if some of the files are missing or tampered with */ public function fastCheckFiles() { $checker = new F0FUtilsFilescheck('com_admintools', ADMINTOOLS_VERSION, ADMINTOOLS_DATE); return $checker->fastCheck(); }