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:
+6
-3
@@ -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",
|
||||
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user