summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-12-27 13:40:49 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-12-27 13:40:58 -0500
commit6622e126ed73f45979b0f96ccfd8b696cd7a066b (patch)
treed8634419348a9564a2d1424177484dcfad499603 /usr/local/www/index.php
parent528992bec1753e3cd87920b4614dcaed9ac6185a (diff)
downloadpfsense-6622e126ed73f45979b0f96ccfd8b696cd7a066b.zip
pfsense-6622e126ed73f45979b0f96ccfd8b696cd7a066b.tar.gz
Unlink needs_package_sync after one pkg has installed OK which means that our internet connection is up.
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-xusr/local/www/index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index 7ee87cb..7c577bc 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -112,7 +112,6 @@ if (!is_array($config['widgets'])) {
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');
OpenPOWER on IntegriCloud