From 593828d77753512b4ce5fe5fcb3aa357e4381dbb Mon Sep 17 00:00:00 2001 From: Kazuki Przyborowski Date: Sun, 31 Jul 2011 13:55:22 +0000 Subject: [PATCH] Small update. git-svn-id: svn://svn.code.sf.net/p/intdb/svn/trunk@732 2b68903e-0b30-0410-9a39-a2e4f3c5be39 --- .htaccess | 4 ++-- inc/versioninfo.php | 6 +++--- logs/.htaccess | 8 +++++++- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.htaccess b/.htaccess index 0e81be3..c539995 100644 --- a/.htaccess +++ b/.htaccess @@ -1,11 +1,11 @@ - Order allow,deny + Order Deny,Allow Deny from all Satisfy All - Order allow,deny + Order Deny,Allow Deny from all Satisfy All diff --git a/inc/versioninfo.php b/inc/versioninfo.php index 2d50356..e883f21 100644 --- a/inc/versioninfo.php +++ b/inc/versioninfo.php @@ -11,7 +11,7 @@ Copyright 2008-2011 iDB Support - http://idb.berlios.de/ Copyright 2008-2011 Game Maker 2k - http://gamemaker2k.org/ - $FileInfo: versioninfo.php - Last Update: 07/30/2011 SVN 731 - Author: cooldude2k $ + $FileInfo: versioninfo.php - Last Update: 07/31/2011 SVN 732 - 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] = 7; $VERFull[1] = $VER1[0].".".$VER1[1].".".$VER1[2]; -$VER2[0] = "Alpha"; $VER2[1] = "Al"; $VER2[2] = "SVN"; $SubVerN = 731; -$SVNDay[0] = 07; $SVNDay[1] = 30; $SVNDay[2] = 2011; $SVNDay[3] = $SVNDay[0]."/".$SVNDay[1]."/".$SVNDay[2]; +$VER2[0] = "Alpha"; $VER2[1] = "Al"; $VER2[2] = "SVN"; $SubVerN = 732; +$SVNDay[0] = 07; $SVNDay[1] = 31; $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"; $AltGM2k = "ReneeDB Team"; $VerCheckName = "iDB"; $AltVerCheckName = "RDB"; $AltiDBHome = "http://duckduckgo.com/?q=ReneeDB"; diff --git a/logs/.htaccess b/logs/.htaccess index 2859d7f..6a7c470 100644 --- a/logs/.htaccess +++ b/logs/.htaccess @@ -1,2 +1,8 @@ Order Deny,Allow -Deny from all \ No newline at end of file +Deny from all + + + Order Deny,Allow + Deny from all + Satisfy All + -- 2.11.4.GIT