/home/techb158/workloadmatch.com/Manager/core
NameSizeModeActions
add-event-json.php24450644editdlrm
add-event.php10030644editdlrm
edit-date-json.php8070644editdlrm
edit-date.php7820644editdlrm
edit-title-json.php8740644editdlrm
editEventTitle.php11990644editdlrm
Edit: /home/techb158/workloadmatch.com/Manager/core/add-event.php (1003B)
prepare($sql); if ($prepareQuery == false) { print_r($auth->errorInfo()); die ('Error preparing the query.'); } $executeQuery = $prepareQuery->execute(); if ($executeQuery == false) { print_r($prepareQuery->errorInfo()); die ('Error executing the query.'); } } $referer = $_SERVER['HTTP_REFERER'] ?? ''; $host = $_SERVER['HTTP_HOST'] ?? ''; if ($referer && strpos($referer, $host) !== false) { header('Location: ' . $referer); } else { header('Location: index.php'); } ?>