diff options
author | Ermal <eri@pfsense.org> | 2010-05-06 16:35:30 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2010-05-06 16:35:30 +0000 |
commit | a669395c5f661487dca4469c295235988449e97b (patch) | |
tree | f1fbc2d8bdd6e55a0c8e37eea62a0ab5292d6324 /etc/rc.php_ini_setup | |
parent | ab83fce093f5e15183160d779036e6bdd1de119e (diff) | |
download | pfsense-a669395c5f661487dca4469c295235988449e97b.zip pfsense-a669395c5f661487dca4469c295235988449e97b.tar.gz |
Enable even xmlwriter module.
Diffstat (limited to 'etc/rc.php_ini_setup')
-rwxr-xr-x | etc/rc.php_ini_setup | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup index fd67a83..2a0a433 100755 --- a/etc/rc.php_ini_setup +++ b/etc/rc.php_ini_setup @@ -92,6 +92,7 @@ PHPMODULES="apc \ # Config read/write xml \ xmlreader \ + xmlwriter \ libxml \ # user manager mhash \ |