2009-08-12 15:01:01 +00:00
|
|
|
<?php
|
|
|
|
|
2020-09-21 15:40:17 +02:00
|
|
|
echo "<div style='margin:auto; text-align: center; margin-top: 50px; max-width:600px'>";
|
2016-08-18 20:28:22 -05:00
|
|
|
print_optionbar_start(100, 600);
|
2020-09-21 15:40:17 +02:00
|
|
|
echo "
|
2010-07-19 18:21:48 +00:00
|
|
|
<table height=100% width=100%><tr>
|
2021-10-06 07:29:47 -05:00
|
|
|
<td style='color: darkred'><i class='fa fa-3x fa-ban'></i></td>
|
2009-08-12 15:01:01 +00:00
|
|
|
<td width=10></td>
|
|
|
|
<td>
|
2021-10-06 07:29:47 -05:00
|
|
|
<span style='color: darkred; font-weight: bold;'>
|
2010-07-19 18:21:48 +00:00
|
|
|
<span style='font-size: 16px; font-weight: bold;'>Error</span>
|
|
|
|
<br />
|
2012-03-21 11:03:18 +00:00
|
|
|
<span style='font-size: 12px;'>You have insufficient permissions to view this page.</span>
|
2009-08-12 15:01:01 +00:00
|
|
|
</span>
|
|
|
|
</td>
|
2020-09-21 15:40:17 +02:00
|
|
|
</tr></table>";
|
2010-07-19 18:21:48 +00:00
|
|
|
print_optionbar_end();
|
2020-09-21 15:59:34 +02:00
|
|
|
echo '</div>';
|