]> andersk Git - sql-web.git/blob - tpl/error.php
errors are emailed in
[sql-web.git] / tpl / error.php
1 <?php
2 include 'head.php';
3 ?>
4
5 <h2>Page Error</h2>
6
7 <p>
8 The page you were trying to view experienced an error while loading.
9 An email reporting this error has been sent to the Support Team.
10 </p>
11 <p>
12 Please accept our apologies for this inconvenience.
13 </p>
14 <p>
15 Return <a href="do/main">Home</a>.
16 </p>
17
18 <?php
19 include 'foot.php';
20 ?>
This page took 0.116284 seconds and 5 git commands to generate.