Method) { BigTree::redirect($page_link."failed/?id=".$_GET["id"]); } // We're going to store the download URL in a cache to prevent the download script from abuse $info = array_filter((array)@json_decode(BigTree::cURL("http://www.bigtreecms.org/ajax/extensions/version/?extensions[]=".$_GET["id"],false,array(CURLOPT_CONNECTTIMEOUT => 1,CURLOPT_TIMEOUT => 5)),true)); $extension_info = $info[$_GET["id"]]; if (!$extension_info) { $admin->growl("Extensions","Failed to get download information"); BigTree::redirect(DEVELOPER_ROOT."extensions/"); } $download_key = $cms->cacheUnique("org.bigtreecms.downloads",$extension_info["github_url"]); ?>

Upgrade Extension

Please wait while we download the update...