mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
remove package code
This commit is contained in:
parent
14ab21d3c5
commit
6bb3ac0620
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user