version stable 0.2.0
This commit is contained in:
@@ -13,7 +13,6 @@ if (!Session::haveRight('config', UPDATE)) {
|
||||
|
||||
// Handle form submission
|
||||
if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['update'])) {
|
||||
Session::checkCSRF();
|
||||
Config::saveConfiguration($_POST);
|
||||
Html::redirect($_SERVER['REQUEST_URI']);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user