mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 09:34:39 +00:00
(legacy) redirect to correct topic after alias edit
This commit is contained in:
parent
189426460d
commit
accb491c05
@ -218,7 +218,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
|
||||
}
|
||||
}
|
||||
|
||||
if(!empty($pconfig['type']) == 'host') {
|
||||
if($pconfig['type'] == 'host') {
|
||||
header("Location: firewall_aliases.php?tab=ip");
|
||||
} elseif (strpos($pconfig['type'],'url') !== false) {
|
||||
header("Location: firewall_aliases.php?tab=url");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user