Commit 6bb3ac06 authored by Ad Schellevis's avatar Ad Schellevis

remove package code

parent 14ab21d3
......@@ -53,7 +53,6 @@ $pconfig['apinger_debug'] = isset($config['system']['apinger_debug']);
$pconfig['use_mfs_tmpvar'] = isset($config['system']['use_mfs_tmpvar']);
$pconfig['use_mfs_tmp_size'] = $config['system']['use_mfs_tmp_size'];
$pconfig['use_mfs_var_size'] = $config['system']['use_mfs_var_size'];
$pconfig['pkg_nochecksig'] = isset($config['system']['pkg_nochecksig']);
$pconfig['powerd_ac_mode'] = "hadp";
if (!empty($config['system']['powerd_ac_mode']))
......@@ -136,11 +135,6 @@ if ($_POST) {
else
unset($config['system']['gw_switch_default']);
if($_POST['pkg_nochecksig'] == "yes")
$config['system']['pkg_nochecksig'] = true;
elseif (isset($config['system']['pkg_nochecksig']))
unset($config['system']['pkg_nochecksig']);
if($_POST['powerd_enable'] == "yes")
$config['system']['powerd_enable'] = true;
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment