summarylogtreecommitdiffstats
path: root/spotcommander.install
diff options
context:
space:
mode:
Diffstat (limited to 'spotcommander.install')
-rw-r--r--spotcommander.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/spotcommander.install b/spotcommander.install
index 28106c3f35ef..8fcf2a187f81 100644
--- a/spotcommander.install
+++ b/spotcommander.install
@@ -13,8 +13,8 @@ post_install()
echo -e "\n# Start SpotCommander configuration" >> /etc/httpd/conf/httpd.conf
echo "LoadModule mpm_prefork_module modules/mod_mpm_prefork.so" >> /etc/httpd/conf/httpd.conf
- echo "LoadModule php5_module modules/libphp5.so" >> /etc/httpd/conf/httpd.conf
- echo "Include conf/extra/php5_module.conf" >> /etc/httpd/conf/httpd.conf
+ echo "LoadModule php7_module modules/libphp7.so" >> /etc/httpd/conf/httpd.conf
+ echo "Include conf/extra/php7_module.conf" >> /etc/httpd/conf/httpd.conf
echo "Include conf/extra/spotcommander.conf" >> /etc/httpd/conf/httpd.conf
echo -e "# End SpotCommander configuration\n" >> /etc/httpd/conf/httpd.conf