1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
This commit is contained in:
Rasmus Lerdorf
2006-03-15 05:50:34 +00:00
parent de5ee5b710
commit 5cd35aa20c

View File

@@ -43,7 +43,10 @@ if (!empty($_FORM['pattern'])) {
// Mailing list search base URL
$ml_url = "http://marc.theaimsgroup.com/?r=1&w=2&q=b&";
$ucp = urlencode($_FORM['pattern']);
// Ugly one-off exception here because es.php.net blocks outbound connections
if($MYSITE=='http://es.php.net/') $MYSITE = 'http://es2.php.net/';
// Do redirections for external search engines
switch ($_FORM['show']) {