summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-10-10 01:00:45 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-10-10 01:00:45 +0000
commit3a551579af4dde11acc926d2199d04708e8a99a2 (patch)
treea2fd7ddd8ce14ae102e52da718fc789b55f45bfc /etc/rc.bootup
parentadf4b76827a6e495eed3c5f2a4f06346cd3410f5 (diff)
downloadpfsense-3a551579af4dde11acc926d2199d04708e8a99a2.zip
pfsense-3a551579af4dde11acc926d2199d04708e8a99a2.tar.gz
Call the php.ini creation function after the other functions have been loaded into memory.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup7
1 files changed, 3 insertions, 4 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 684727e..5dd3e91 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -39,10 +39,6 @@
echo " done.\n";
echo "Initializing...";
-
- /* setup php.ini */
- opcode_cache_configuration();
-
echo ".";
require_once("globals.inc");
echo ".";
@@ -51,6 +47,9 @@
if(strlen($motd) > 2) echo "\n{$motd}\n\n";
}
+ /* setup php.ini */
+ opcode_cache_configuration();
+
/* parse the configuration and include all functions used below */
require_once("config.inc");
echo ".";
OpenPOWER on IntegriCloud