From aa11550b9e05f9a5f9a091bc524cabf1c3a8bda0 Mon Sep 17 00:00:00 2001 From: Mateja Date: Sun, 4 Oct 2020 15:58:27 +0200 Subject: Release 0.1 --- edit.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'edit.php') diff --git a/edit.php b/edit.php index c515de7..5bc5b42 100644 --- a/edit.php +++ b/edit.php @@ -33,6 +33,11 @@ if ($_SERVER["REQUEST_METHOD"] == "POST" && isset($_SESSION['admin']) && $_SESSI $recvData->operatorEmail = clear_input($recvData->operatorEmail); $recvData->operatorPhone = clear_input($recvData->operatorPhone); $recvData->qso = clear_input($recvData->qso); + + $recvData->$specialCall = strtoupper($recvData->$specialCall); + $recvData->$modes = strtoupper($recvData->$modes); + $recvData->$operatorCall = strtoupper($recvData->$operatorCall); + } catch (Exception $e) { die("Can't decode JSON!"); } -- cgit v1.2.3