From f22d3d42e9fa13e8001d5c0873e6f4ae0e146fc9 Mon Sep 17 00:00:00 2001 From: Fabrizio Balliano Date: Sat, 17 Apr 2021 23:15:58 +0100 Subject: [PATCH] Update .htaccess just a couple of "php5" (wrong) strings were changed to "php7" --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 3b50a77fac7..585273a3a4b 100644 --- a/.htaccess +++ b/.htaccess @@ -5,7 +5,7 @@ ## you might also need to add this line to php.ini ## cgi.fix_pathinfo = 1 -## if it still doesn't work, rename php.ini to php5.ini +## if it still doesn't work, rename php.ini to php7.ini ############################################ ## default index file @@ -13,7 +13,7 @@ DirectoryIndex index.php ############################################ -## php5 settings +## php7 settings