1
0
mirror of https://github.com/php/web-php.git synced 2026-04-26 00:18:17 +02:00

Some more whatis shortcuts for those asking for what is PHP, and what

PHP stands for...
This commit is contained in:
Gabor Hojtsy
2002-03-23 11:09:33 +00:00
parent f90b4cde59
commit 2e1e1b0dc8
+6 -3
View File
@@ -70,9 +70,12 @@ $uri_aliases = array (
"documentation" => "docs",
# manual shortcuts
"ini" => "configuration",
"install" => "installation",
"intro" => "introduction"
"ini" => "configuration",
"install" => "installation",
"intro" => "introduction",
"whatis" => "introduction",
"whatisphp" => "introduction",
"what_is_php" => "introduction",
);