Method) { BigTree::redirect(DEVELOPER_ROOT."upgrade/failed/"); } $updates = @json_decode(BigTree::cURL("http://www.bigtreecms.org/ajax/version-check/?current_version=".BIGTREE_VERSION),true); $update = $updates[$_GET["type"]]; if (!$update) { $admin->growl("Developer","Couldn't Get Download Information","error"); BigTree::redirect(DEVELOPER_ROOT); } // Store download key for retrieval $download_key = $cms->cacheUnique("org.bigtreecms.downloads",$update["file"]); ?>

Upgrade BigTree

Please wait while we download the update...