Fix typo in description for php_extension_in_urls, false vs true

Obviously the default is true for with .php extension and if false
without.
This commit is contained in:
Eike Rathke
2023-04-27 00:05:56 +02:00
committed by Pierrick Le Gall
parent 7ecf80d4e9
commit a665efb4e0
+1 -1
View File
@@ -615,7 +615,7 @@ $conf['gallery_url'] = null;
// (depends on the server AcceptPathInfo directive configuration)
$conf['question_mark_in_urls'] = true;
// php_extension_in_urls : if true, the urls generated for picture and
// php_extension_in_urls : if false, the urls generated for picture and
// category will not contain the .php extension. This will work only if
// .htaccess defines Options +MultiViews parameter or url rewriting rules
// are active.