diff options
author | the_systech <the_systech@users.sourceforge.net> | 2002-03-28 19:52:21 +0000 |
---|---|---|
committer | the_systech <the_systech@users.sourceforge.net> | 2002-03-28 19:52:21 +0000 |
commit | 0e2eb0daee6af72a6b7fbbf3959244d6539c02c1 (patch) | |
tree | fd0f23310fd124dd7c2a5b58531774be87749996 /phpBB/login.php | |
parent | 30af46fcd9ec50f6bd9605d8bb16d8e87fbbf9e6 (diff) | |
download | forums-0e2eb0daee6af72a6b7fbbf3959244d6539c02c1.tar forums-0e2eb0daee6af72a6b7fbbf3959244d6539c02c1.tar.gz forums-0e2eb0daee6af72a6b7fbbf3959244d6539c02c1.tar.bz2 forums-0e2eb0daee6af72a6b7fbbf3959244d6539c02c1.tar.xz forums-0e2eb0daee6af72a6b7fbbf3959244d6539c02c1.zip |
Ok all of these damned httpd server that are different are about annoying
git-svn-id: file:///svn/phpbb/trunk@2444 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/login.php')
-rw-r--r-- | phpBB/login.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/login.php b/phpBB/login.php index 743c53c14f..240f965603 100644 --- a/phpBB/login.php +++ b/phpBB/login.php @@ -47,7 +47,7 @@ if( isset($HTTP_POST_VARS['login']) || isset($HTTP_GET_VARS['login']) || isset($ // since this doesn't exist for ISAPI mode and therefore the // normal Location redirector is used in preference // - $header_location = ( @preg_match("/Microsoft|WebSTAR/", getenv("SERVER_SOFTWARE")) ) ? "Refresh: 0; URL=" : "Location: "; + $header_location = ( @preg_match("/Microsoft|WebSTAR|Xitami/", getenv("SERVER_SOFTWARE")) ) ? "Refresh: 0; URL=" : "Location: "; if( ( isset($HTTP_POST_VARS['login']) || isset($HTTP_GET_VARS['login']) ) && !$userdata['session_logged_in'] ) { |