Skip to content
Snippets Groups Projects
Verified Commit d797725c authored by David Beniamine's avatar David Beniamine
Browse files

Mod php 7.3

parent d705f806
No related branches found
No related tags found
No related merge requests found
...@@ -288,7 +288,7 @@ fi ...@@ -288,7 +288,7 @@ fi
if [ "${WEB_SERVER}" == "apache2" ] if [ "${WEB_SERVER}" == "apache2" ]
then then
MODS="php7.0 rewrite headers env dir mime ssl zip" MODS="php7.3 rewrite headers env dir mime ssl zip"
for mod in ${MODS} for mod in ${MODS}
do do
echo "enabling '$mod'" echo "enabling '$mod'"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment