summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOle Jon Bjørkum2016-04-30 18:57:27 +0200
committerOle Jon Bjørkum2016-04-30 18:57:27 +0200
commit89c91eb7cf0c4f781484c150202ecd62e805cece (patch)
tree3ca4fcddac032ae4f68051d9fc7430a47b330796
parenta1e66494e7261d349fa73a083db33dfeb020720a (diff)
downloadaur-89c91eb7cf0c4f781484c150202ecd62e805cece.tar.gz
SpotCommander 12.6
-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