Vergleich inc/generic_error.php - 1.2.0 - 1.2.8

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 2Zeile 2




if(!$message)


// Disallow direct access to this file for security reasons
if(!defined("IN_MYBB"))

{

{

	echo '<html>
<head>
<title>Redirecting...</title>
<meta http-equiv="Refresh" content="0;url=../" />
</head>
<body>
<a href="../">MyBBoard</a>
</body>
</html>';


	die("Direct initialization of this file is not allowed.<br /><br />Please make sure IN_MYBB is defined.");










}

?>

}

?>