Fix: No response toast anymore. Changed bootstrap-notify with Toastify.js due to CSP restrictions.

This commit is contained in:
2026-07-08 23:10:36 +02:00
parent f94bafb25d
commit fa3515625b
11 changed files with 578 additions and 31 deletions

View File

@@ -51,7 +51,5 @@ class API_portalsettings extends API
$stmt = $this->pdo->prepare($query);
$stmt->execute($params);
$this->apiOutput(200, ['success' => 'portal settings updated successfully.']);
}
}