xssbook2/web/core/error.php

13 lines
174 B
PHP

<!DOCTYPE html>
<html>
<head>
<title><?=$code . ' - ' . $msg?></title>
</head>
<body>
<center>
<h1><?=$code . ' ' . $msg?></h1>
</center>
<hr>
</body>
</html>