summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-06-18 21:05:36 +0000
committerErmal <eri@pfsense.org>2010-06-18 21:05:36 +0000
commit3a9eb3c90848a78bbd5ae2c6285343e338bc6bb3 (patch)
tree9ece14d991d991f4c333e688eefead6da220955d /usr/local/www/index.php
parentfb0f242b1e33023aef42e48b5749e72634c32d06 (diff)
downloadpfsense-3a9eb3c90848a78bbd5ae2c6285343e338bc6bb3.zip
pfsense-3a9eb3c90848a78bbd5ae2c6285343e338bc6bb3.tar.gz
If packages are reinstalled during bootup than there is no need to reinstall them again during GUI login.
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-xusr/local/www/index.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index 68755f9..e5c5d60 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -108,9 +108,6 @@ if (!is_array($config['widgets'])) {
## If packages are installed lets resync
if(file_exists('/conf/needs_package_sync')) {
if($config['installedpackages'] <> '') {
- conf_mount_rw();
- unlink('/conf/needs_package_sync');
- conf_mount_ro();
if($g['platform'] == "pfSense" || $g['platform'] == "nanobsd") {
header('Location: pkg_mgr_install.php?mode=reinstallall');
exit;
OpenPOWER on IntegriCloud