From de365b158cd301b8a5c43d01e683ff2fdfe1d214 Mon Sep 17 00:00:00 2001 From: rurban Date: Mon, 26 Apr 2004 13:22:32 +0000 Subject: [PATCH] calculate bool old or dynamic constants later git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@3374 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/IniConfig.php | 30 +++++++++++++++++++++--------- lib/config.php | 6 +++++- 2 files changed, 26 insertions(+), 10 deletions(-) diff --git a/lib/IniConfig.php b/lib/IniConfig.php index 21d200414..738705da3 100644 --- a/lib/IniConfig.php +++ b/lib/IniConfig.php @@ -1,5 +1,5 @@ 5.1 and browserVersion() < 6.0); } +// old Netscape prior to Mozilla function isBrowserNetscape() { return (browserDetect('Mozilla/') and ! browserDetect('Gecko/') and @@ -282,6 +283,9 @@ function IsProbablyRedirectToIndex () { } // $Log: not supported by cvs2svn $ +// Revision 1.100 2004/04/26 12:15:01 rurban +// check default config values +// // Revision 1.99 2004/04/21 14:04:24 zorloc // 'Require lib/FileFinder.php' necessary to allow for call to FindLocalizedFile(). // -- 2.45.0