OSDN Git Service

Small update
[idb/iDB-Extras.git.git] / vercheck / index.php
index 2046a8e..af0eeeb 100644 (file)
@@ -8,8 +8,8 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     Revised BSD License for more details.
 
-    Copyright 2009-2014 iDB Support - http://idb.berlios.de/
-    Copyright 2009-2014 Game Maker 2k - http://gamemaker2k.org/
+    Copyright 2009-2014 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1
+    Copyright 2009-2014 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2
 
     $FileInfo: index.php - Last Update: 07/18/2014 Ver 3.1.2 - Author: cooldude2k $
 */
@@ -44,7 +44,7 @@ $site_url = "http://localhost/vercheck/";
 $agent_site_url = $site_url."?act=vercheck";
 $site_name = "iDB Version checker";
 $appname = "iDB VerCheck";
-$download_url = $site_url."download.php";
+$download_url = "https://github.com/GameMaker2k/iDB/releases/latest";
 $site_version = "3.1.2";
 $ver_exp = explode(".",$site_version);
 if(!isset($ver_exp[3])) { $ver_exp[3] = null; }