Miraty преди 3 години
родител
ревизия
69f16b72ac
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      common/init.php

+ 2 - 2
common/init.php

@@ -17,10 +17,10 @@ require "pages.php";
 
 function userError($msg) {
 	http_response_code(422);
-	exit("<strong>User error<strong>: The server refused to process this request: <em>" . $msg . "</em>");
+	exit("<strong>User error</strong>: The server refused to process this request: <em>" . $msg . "</em>");
 }
 
 function serverError($msg) {
 	http_response_code(500);
-	exit("<strong>Server error<strong>: The server encountered an error: <em>" . $msg . "</em>");
+	exit("<strong>Server error</strong>: The server encountered an error: <em>" . $msg . "</em>");
 }