0byt3m1n1
Path:
/
data
/
17
/
1
/
18
/
11
/
1670011
/
user
/
1801231
/
htdocs
/
marketting
/
system
/
application
/
errors
/
[
Home
]
File: error_general.php
<html> <head> <title><?php echo $heading; ?></title> <style type="text/css"> #content { text-transform: capitalize; margin: 6em; border: #FFCC00 1px dotted; padding: 3em; font-size: 14px; font-weight:bold; color: #C60000; background-color: #FFDFDF; font-family: tahoma, arial; } h1 { font-weight: normal; font-size: 14px; font-weight:bold; color: #C60000; margin: 0 0 4px 0; } a { color: #C60000; } </style> </head> <body> <div id="content"> <h1><?php echo $heading; ?></h1> <?php echo $message; ?> <a href="javascript:history.go(-1)">Go Back</a> </div> <div style="clear:both"></div> </body> </html>