Please upload the index.php from the setup directory of package to use the upgrade system"; exit; } /** * Variable declarations, Should be replaced by Build Generator */ // Set default directory becomes swift/ chdir("./../"); set_magic_quotes_runtime(0); ini_set('session.use_trans_sid',false); ini_set('session.bug_compat_42',true); // Disable NOTICE errors error_reporting(E_ALL ^ E_NOTICE); require_once ("./includes/functions.php"); ?>