From 185c731199fcdd8b8a9daa18d58b8f9c864a11df Mon Sep 17 00:00:00 2001 From: dqos <8611981+dqos@users.noreply.github.com> Date: Thu, 14 Apr 2022 12:45:16 +0200 Subject: [PATCH] Indentation --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index d998da2..6999eef 100644 --- a/index.php +++ b/index.php @@ -26,7 +26,7 @@ if (!empty($_POST)) { do { if (!isset($_POST['csrfToken']) || !isset($_SESSION['CSRF']) || ($_POST['csrfToken'] != $_SESSION['CSRF'])) { $errorMessage = 'Missing or incorrect CSRF token.'; - break; + break; } if (isset($_POST['submitForm'])) { if (!in_array($_POST['backendMethod'], LG_METHODS)) {