diff options
Diffstat (limited to 'source/n/php/doinst.sh')
-rw-r--r-- | source/n/php/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/n/php/doinst.sh b/source/n/php/doinst.sh index 15f611b5..eda8b0de 100644 --- a/source/n/php/doinst.sh +++ b/source/n/php/doinst.sh @@ -4,5 +4,5 @@ elif [ "`cat etc/httpd/mod_php.conf 2> /dev/null`" = "" ]; then cp -a etc/httpd/mod_php.conf.example etc/httpd/mod_php.conf fi if [ ! -r etc/httpd/php.ini ]; then - cp -a etc/httpd/php.ini-recommended etc/httpd/php.ini + cp -a etc/httpd/php.ini-production etc/httpd/php.ini fi |