diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-11-22 20:14:26 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-11-22 20:14:26 -0500 |
commit | 16058a05ea81e1bf8219a2d757fa7d4a2d245bcf (patch) | |
tree | 76fe66448aa2f082c4c7bdde90892cc3ac6c8521 /etc/rc.php_ini_setup | |
parent | 07ab49263081cfee783b54557e4a373462486e95 (diff) | |
download | pfsense-16058a05ea81e1bf8219a2d757fa7d4a2d245bcf.zip pfsense-16058a05ea81e1bf8219a2d757fa7d4a2d245bcf.tar.gz |
Add back mbstring for firewall_rules_edit
Diffstat (limited to 'etc/rc.php_ini_setup')
-rwxr-xr-x | etc/rc.php_ini_setup | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup index e605b81..ac4d8db 100755 --- a/etc/rc.php_ini_setup +++ b/etc/rc.php_ini_setup @@ -94,6 +94,8 @@ PHPMODULES="apc \ libxml \ # user manager mhash \ +# firewall_rules_edit.php + mbstring \ # Page compression zlib" @@ -111,7 +113,7 @@ PHPMODULES="apc \ # sockets \ # Reflection \ # mysql \ -# mbstring \ + # bz2 \ # json \ |