Undo last commit. Need to add an additional check for opackage count == 0

This commit is contained in:
Scott Ullrich 2010-12-27 23:23:20 -05:00
parent 0f28864752
commit 46a9f4e13b

View File

@ -114,6 +114,7 @@ if (!is_array($config['widgets'])) {
conf_mount_rw();
conf_mount_ro();
if($g['platform'] == "pfSense" || $g['platform'] == "nanobsd") {
@unlink('/conf/needs_package_sync');
header('Location: pkg_mgr_install.php?mode=reinstallall');
exit;
}