X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Flogin.php;h=4c4c41c3f0fa3c3115ba34c69f3f97cdc997fea1;hb=c3ccfa1912b4ca47279d259bb587ceb293ce5d83;hp=fb004cacb48996f3472a0488a8e286adcb9d5d76;hpb=1cac3b9bd1c92ffc7df61ac0d9708974cca15490;p=squirrelmail.git diff --git a/src/login.php b/src/login.php index fb004cac..4c4c41c3 100644 --- a/src/login.php +++ b/src/login.php @@ -94,19 +94,12 @@ if (isset($org_logo) && $org_logo) { $width_and_height .= " height=\"$org_logo_height\""; } } -global $shootMyFootOff; -if (check_php_version(4,3) and !isset($shootMyFootOff)) { - echo '

' . "\n"; - echo '

PHP 4.3.x has been detected

' . "\n"; - echo '

The SquirrelMail team does not recommend the use of PHP 4.3.x with'; - echo ' this software. Please see the SquirrelMail'; - echo ' website, or the documentation that came with SquirrelMail for more information.

'; - echo '

This warning can be disabled by either downgrading PHP, or inserting'; - echo '"$shootMyFootOff = true;" in config/config_local.php.

' . "\n"; - echo '

' . "\n"; - echo "\n"; -} +if(sqgetGlobalVar('mailto', $mailto)) { + $rcptaddress = '' . "\n"; +} else { + $rcptaddress = ''; +} echo html_tag( 'table', html_tag( 'tr', html_tag( 'td', @@ -116,7 +109,7 @@ echo html_tag( 'table', sprintf(_("%s Logo"), $org_name) .'"' . $width_and_height . ' />
' . "\n" : '' ). - ( $hide_sm_attributions ? '' : + ( (isset($hide_sm_attributions) && $hide_sm_attributions) ? '' : '' . sprintf (_("SquirrelMail version %s"), $version) . '
' ."\n". ' ' . _("By the SquirrelMail Development Team") . '
' . "\n" ) . html_tag( 'table', @@ -143,6 +136,7 @@ echo html_tag( 'table', html_tag( 'td', '' . "\n" . '' . "\n" . + $rcptaddress . '' . "\n", 'left', '', 'width="*"' ) ) ,