OSDN Git Service

Small update.
authorKazuki Przyborowski <kazuki.przyborowski@gmail.com>
Wed, 8 Jun 2011 07:49:26 +0000 (07:49 +0000)
committerKazuki Przyborowski <kazuki.przyborowski@gmail.com>
Wed, 8 Jun 2011 07:49:26 +0000 (07:49 +0000)
git-svn-id: svn://svn.code.sf.net/p/intdb/svn/trunk@661 2b68903e-0b30-0410-9a39-a2e4f3c5be39

inc/versioninfo.php
setup/sql/index.php [new file with mode: 0644]

index 856c763..8ea3d00 100644 (file)
@@ -11,7 +11,7 @@
     Copyright 2004-2011 iDB Support - http://idb.berlios.de/
     Copyright 2004-2011 Game Maker 2k - http://gamemaker2k.org/
 
-    $FileInfo: versioninfo.php - Last Update: 06/03/2011 SVN 660 - Author: cooldude2k $
+    $FileInfo: versioninfo.php - Last Update: 06/08/2011 SVN 661 - Author: cooldude2k $
 */
 $File3Name = basename($_SERVER['SCRIPT_NAME']);
 if ($File3Name=="versioninfo.php"||$File3Name=="/versioninfo.php") {
@@ -27,8 +27,8 @@ function version_info($proname,$subver,$ver,$supver,$reltype,$svnver,$showsvn) {
        return $return_var; }
 // Version number and date stuff. :P
 $VER1[0] = 0; $VER1[1] = 4; $VER1[2] = 4; $VERFull[1] = $VER1[0].".".$VER1[1].".".$VER1[2];
-$VER2[0] = "Alpha"; $VER2[1] = "Al"; $VER2[2] = "SVN"; $SubVerN = 660;
-$SVNDay[0] = 06; $SVNDay[1] = 03; $SVNDay[2] = 2011; $SVNDay[3] = $SVNDay[0]."/".$SVNDay[1]."/".$SVNDay[2];
+$VER2[0] = "Alpha"; $VER2[1] = "Al"; $VER2[2] = "SVN"; $SubVerN = 661;
+$SVNDay[0] = 06; $SVNDay[1] = 08; $SVNDay[2] = 2011; $SVNDay[3] = $SVNDay[0]."/".$SVNDay[1]."/".$SVNDay[2];
 $AltName = "RDB"; $AltName2 = "ReneeDB"; $RName = "iDB"; $SFName = "IntDB";
 $RFullName = "Internet Discussion Boards"; $AltFullName = "Renee Discussion Boards";
 if(!isset($Settings['usealtname'])) { $Settings['usealtname'] = "no"; }
diff --git a/setup/sql/index.php b/setup/sql/index.php
new file mode 100644 (file)
index 0000000..4c43b46
--- /dev/null
@@ -0,0 +1,18 @@
+<?php
+/*
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Revised BSD License.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    Revised BSD License for more details.
+
+    Copyright 2004-2011 iDB Support - http://idb.berlios.de/
+    Copyright 2004-2011 Game Maker 2k - http://gamemaker2k.org/
+    iDB Installer made by Game Maker 2k - http://idb.berlios.net/
+
+    $FileInfo: index.php - Last Update: 06/08/2011 SVN 661 - Author: cooldude2k $
+*/
+header('Location: ../../index.php');
+?>
\ No newline at end of file