mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
use www.php.net instead of the mirror for the site option in google, in
case a mirror hasn't been indexed by google.
This commit is contained in:
@@ -153,7 +153,7 @@ if (isset($pattern)) {
|
||||
$site = substr($MYSITE, 7, strlen($MYSITE) - 8);
|
||||
|
||||
header("Location: http://www.google.com/search?q=" . urlencode($pattern) .
|
||||
"+site:" . urlencode($site) . "&l=$lang");
|
||||
"+site:www.php.net&l=$lang");
|
||||
exit;
|
||||
|
||||
// If some local search is needed and we have no support for
|
||||
|
||||
Reference in New Issue
Block a user