Patch file not found.
Wrong Patch ID '.$_GET['ts'].'

'; exit(); } $className = '\\'.$moduleName.'\\Patcher'; $Patcher = new $className(); $Patcher->setBackupFolder(dirname(__FILE__).DIRECTORY_SEPARATOR.'patcher'.DIRECTORY_SEPARATOR.'backup'.DIRECTORY_SEPARATOR); $return = $Patcher->restorePatchFile( $patchfile, $basepath, $_GET['ts'], dirname(__FILE__).DIRECTORY_SEPARATOR.'patcher'.DIRECTORY_SEPARATOR.'corrupt'.DIRECTORY_SEPARATOR); ?>