Initial commit Change-Id: I0000000000000000000000000000000000000000
This commit is contained in:
18
error/error_header.php
Executable file
18
error/error_header.php
Executable file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
require_once('/exceptionhandler/config.php');
|
||||
$name = COMPANY_NAME;
|
||||
echo <<<HEADER
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="style.css" />
|
||||
<link rel="shortcut icon" href="/error/error_icon.png" type="image/x-icon" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>
|
||||
$name
|
||||
</h1>
|
||||
</body>
|
||||
</html>
|
||||
HEADER;
|
||||
?>
|
||||
Reference in New Issue
Block a user