3 error_reporting(E_ALL
);
4 ini_set('display_errors', 'on');
6 class SystemExit
extends Exception
{}
10 include('header.php');
14 <div
class="panel panel-default" style
="margin-left: auto; margin-right: auto; max-width: 256px;">
15 <div
class="panel-body">
18 <a
class="btn btn-default" style
="width: 100%;" href
="upgrade.php"><span
class="glyphicon glyphicon-wrench"></span
> Upgrade
</a
>
21 <?php
if (file_exists('role_domain')) { ?
>
24 <a
class="btn btn-default" style
="width: 100%;" href
="domain.php"><span
class="glyphicon glyphicon-globe"></span
> Add Domain
</a
>
28 <a
class="btn btn-default" style
="width: 100%;" href
="upgrade.php"><span
class="glyphicon glyphicon-tower"></span
> Add Shard
</a
>
34 <a
class="btn btn-default" style
="width: 100%;" href
="status.php"><span
class="glyphicon glyphicon-info-sign"></span
> Status
</a
>
42 include('footer.php');
45 catch (SystemExit
$e) { /* do nothing */ }