'Continue')); } if(!empty($_GET['debug'])){ echo $get; echo '
'; echo $result; } // If it was sucessful dont give the Setuplocation if(preg_match('/Congratulations!(\s*?)You(\s*?)have(\s*?)successfully(\s*?)upgraded(\s*?)OpenCart/is', $result)){ $setupcontinue = ''; $notes = ''; srm($__settings['softpath'].'/install/'); @schmod($__settings['softpath'].'/config.php', $globals['ocfc']); @schmod($__settings['softpath'].'/admin/config.php', $globals['ocfc']); }elseif(!empty($auto_upgrading)){ $error[] = '{{err_auto_upgrade}}'; } */ } //Check whether the Minimum Software configuration matches function __requirements(){ global $__settings, $error, $software; return true; } ?>