1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00

- Added some more shorcuts

This commit is contained in:
Derick Rethans
2004-11-27 16:49:41 +00:00
parent 763d50b094
commit 362fcc9765

View File

@@ -221,10 +221,13 @@ $uri_aliases = array (
"register_globals" => "security.globals",
"registerglobals" => "security.globals",
"manual/en/security.registerglobals.php" => "security.globals", // fix for 4.3.8 configure
"magic_quotes" => "security.magicquotes",
"magicquotes" => "security.magicquotes",
"magic_quotes" => "security.magicquotes",
"magicquotes" => "security.magicquotes",
"gd" => "image",
"htaccess" => "configuration.changes",
"php_value" => "configuration.changes",
"tut" => "tutorial",
"tut.php" => "tutorial", // BC
@@ -322,5 +325,7 @@ mirror_redirect(
'/search.php?show=' . $fallback . '&lang=' . urlencode($LANG) .
'&pattern=' . urlencode(substr($_SERVER['REQUEST_URI'], 1))
);
/*
* vim:et
*/
?>