diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2011-06-07 12:52:59 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2011-06-07 12:52:59 -0400 |
commit | d06f9f45808605f13ffaeffb5e73620860c0c8a7 (patch) | |
tree | 4acf245270c90db855771737cf1bca54753ea96c /etc/rc.php_ini_setup | |
parent | 720e2e6036b3eb3b010add7d60ca1f4189f0292b (diff) | |
download | pfsense-d06f9f45808605f13ffaeffb5e73620860c0c8a7.zip pfsense-d06f9f45808605f13ffaeffb5e73620860c0c8a7.tar.gz |
Adding ioncube
Diffstat (limited to 'etc/rc.php_ini_setup')
-rwxr-xr-x | etc/rc.php_ini_setup | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup index 5a138ed..99efc39 100755 --- a/etc/rc.php_ini_setup +++ b/etc/rc.php_ini_setup @@ -116,6 +116,8 @@ PHPMODULES="$PHPMODULES zmq" PHPMODULES="$PHPMODULES ssh2" # pfSense extensions PHPMODULES="$PHPMODULES pfSense" +# ion cube +PHPMODULES="$PHPMODULES ioncube_loader" # Modules previously included. # can be turned on by touching |