diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-03-10 01:16:13 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-03-10 01:16:13 +0000 |
commit | 8f885834e5f2fdfb356915029a7e5609a95634a6 (patch) | |
tree | e4b53b9ea5e7f81c6e4bc3dd40cd81e83b5c8956 | |
parent | e0ac25769df33cde4ac74aab23cfcf8faacd1717 (diff) | |
download | pfsense-8f885834e5f2fdfb356915029a7e5609a95634a6.zip pfsense-8f885834e5f2fdfb356915029a7e5609a95634a6.tar.gz |
We really do not need to be setting up php.ini in 3+ locations!
-rwxr-xr-x | etc/rc.bootup | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup index f0b0815..4f156e1 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -73,9 +73,6 @@ parse_config_bootup(); echo "done.\n"; - /* setup php.ini */ - opcode_cache_configuration(); - $lan_if = $config['interfaces']['lan']['if']; $wan_if = get_real_wan_interface(); @@ -337,4 +334,4 @@ unlink("{$g['varrun_path']}/booting"); $g['booting'] = FALSE; -?>
\ No newline at end of file +?> |