From a665efb4e0c81300cd5436e54a0800597e9d3abe Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Thu, 27 Apr 2023 00:05:56 +0200 Subject: [PATCH] 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. --- include/config_default.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config_default.inc.php b/include/config_default.inc.php index 1b72e1b84..2eb7ec65a 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -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.