Bad redirection from controler Fix
This commit is contained in:
@@ -7,7 +7,7 @@ if (isset($_POST) && !empty($_POST)){
|
||||
DashboardManager::Add($subDeviceId);
|
||||
}
|
||||
}
|
||||
header('Location: /vasek/home/' . strtolower(basename(__FILE__, '.php')), TRUE);
|
||||
header('Location: /vasek/home/' . strtolower(basename(__FILE__, '.php')));
|
||||
die();
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user