Fix: No response toast anymore. Changed bootstrap-notify with Toastify.js due to CSP restrictions.
This commit is contained in:
@@ -8,7 +8,6 @@ require_once "{$_SERVER['DOCUMENT_ROOT']}/api/classes/API.php";
|
||||
$API = new API();
|
||||
|
||||
if ($API->request_method === 'GET') {
|
||||
ini_set('display_errors', 1);
|
||||
if (isset($_SESSION['response'])) {
|
||||
echo $_SESSION['response'];
|
||||
unset($_SESSION['response']);
|
||||
|
||||
Reference in New Issue
Block a user