mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
cleanup
This commit is contained in:
parent
8733aa894f
commit
cb0d61a4a5
@ -69,8 +69,7 @@ if (!isset($config['gateways']['gateway_group']) || !is_array($config['gateways'
|
||||
$a_gateway_groups = &$config['gateways']['gateway_group'];
|
||||
}
|
||||
|
||||
if ($_SERVER['REQUEST_METHOD'] === 'GET') {
|
||||
} elseif ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||
if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||
if (isset($_POST['act']) && $_POST['act'] == "del" ) {
|
||||
if (!empty($a_gateway_groups[$_POST['id']])) {
|
||||
foreach ($config['filter']['rule'] as $idx => $rule) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user