mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Do not remove old php.ini files, they will be replaced.
This commit is contained in:
parent
9980cd728e
commit
487c2ce7cc
@ -33,11 +33,8 @@ PHPMODULES="apc \
|
||||
xml \
|
||||
zlib"
|
||||
|
||||
mv /usr/local/etc/php.ini /tmp/
|
||||
mv /usr/local/lib/php.ini /tmp/
|
||||
LOADED_MODULES=`php -m | grep -v "\["`
|
||||
|
||||
|
||||
# Populate a dummy php.ini to avoid
|
||||
# the file being clobbered and the firewall
|
||||
# not being able to boot back up.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user