From 69f16b72ac679593fdbcba5bdd9bb981b5891af7 Mon Sep 17 00:00:00 2001 From: Miraty Date: Fri, 20 May 2022 02:21:38 +0200 Subject: [PATCH] Close tags :) --- common/init.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/init.php b/common/init.php index 181f716..20b2c83 100644 --- a/common/init.php +++ b/common/init.php @@ -17,10 +17,10 @@ require "pages.php"; function userError($msg) { http_response_code(422); - exit("User error: The server refused to process this request: " . $msg . ""); + exit("User error: The server refused to process this request: " . $msg . ""); } function serverError($msg) { http_response_code(500); - exit("Server error: The server encountered an error: " . $msg . ""); + exit("Server error: The server encountered an error: " . $msg . ""); }