diff --git a/function/common.php b/function/common.php index f2aa455..0c7d6f9 100644 --- a/function/common.php +++ b/function/common.php @@ -305,7 +305,16 @@ function get_timezone($timezone = '8') function message($message, $title = 'Message', $statusCode = 200) { - return output('

' . $title . '

' . $message . '

', $statusCode); + return output(' + + + +

' . $title . '

+

+' . $message . ' +

+ +', $statusCode); } function needUpdate()