From b9966e3270328659272d6d0b65535a663fc80048 Mon Sep 17 00:00:00 2001 From: Kazuki Przyborowski Date: Fri, 1 Oct 2010 02:01:55 +0000 Subject: [PATCH] Small update. :o git-svn-id: svn://svn.code.sf.net/p/intdb/svn/trunk@564 2b68903e-0b30-0410-9a39-a2e4f3c5be39 --- inc/versioninfo.php | 6 +++--- preindex.php | 8 +++++++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/inc/versioninfo.php b/inc/versioninfo.php index f83f282..e8ec162 100644 --- a/inc/versioninfo.php +++ b/inc/versioninfo.php @@ -11,7 +11,7 @@ Copyright 2004-2010 iDB Support - http://idb.berlios.de/ Copyright 2004-2010 Game Maker 2k - http://gamemaker2k.org/ - $FileInfo: versioninfo.php - Last Update: 09/29/2010 SVN 563 - Author: cooldude2k $ + $FileInfo: versioninfo.php - Last Update: 09/30/2010 SVN 564 - 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] = 1; $VERFull[1] = $VER1[0].".".$VER1[1].".".$VER1[2]; -$VER2[0] = "Alpha"; $VER2[1] = "Al"; $VER2[2] = "SVN"; $SubVerN = 563; $RName = "iDB"; $SFName = "IntDB"; -$SVNDay[0] = 09; $SVNDay[1] = 29; $SVNDay[2] = 2010; $SVNDay[3] = $SVNDay[0]."/".$SVNDay[1]."/".$SVNDay[2]; +$VER2[0] = "Alpha"; $VER2[1] = "Al"; $VER2[2] = "SVN"; $SubVerN = 564; $RName = "iDB"; $SFName = "IntDB"; +$SVNDay[0] = 09; $SVNDay[1] = 30; $SVNDay[2] = 2010; $SVNDay[3] = $SVNDay[0]."/".$SVNDay[1]."/".$SVNDay[2]; $VerInfo['iDB_Ver'] = version_info($RName,$VER1[0],$VER1[1],$VER1[2],$VER2[1],$SubVerN,false); $VerInfo['iDB_Ver_SVN'] = version_info($RName,$VER1[0],$VER1[1],$VER1[2],$VER2[1],$SubVerN,true); $VerInfo['iDB_Full_Ver'] = version_info($RName,$VER1[0],$VER1[1],$VER1[2],$VER2[0],$SubVerN,false); diff --git a/preindex.php b/preindex.php index f216d0d..2ac8b4d 100644 --- a/preindex.php +++ b/preindex.php @@ -11,7 +11,7 @@ Copyright 2004-2010 iDB Support - http://idb.berlios.de/ Copyright 2004-2010 Game Maker 2k - http://gamemaker2k.org/ - $FileInfo: preindex.php - Last Update: 06/13/2010 SVN 526 - Author: cooldude2k $ + $FileInfo: preindex.php - Last Update: 09/30/2010 SVN 564 - Author: cooldude2k $ */ $pretime = explode(" ", microtime()); $utime = $pretime[0]; @@ -35,6 +35,12 @@ if(!isset($checklowview)) { $checklowview = false; } if($checklowview!==false&&$checklowview!==true) { $checklowview = false; } +if($_GET['act']=="lofi"||$_GET['act']=="lo-fi"|| + $_GET['act']=="LoFi"||$_GET['act']=="Lo-Fi"|| + $_GET['act']=="lores"||$_GET['act']=="lo-res"|| + $_GET['act']=="LoRes"||$_GET['act']=="Lo-Res"|| + $_GET['act']=="LowView"||$_GET['act']=="low-view"|| + $_GET['act']=="Low-View") { $_GET['act'] = "lowview"; } if($_GET['act']!="lowview") { $checklowview = false; } if($Settings['enable_rss']=="on") { -- 2.11.4.GIT