whitespace style fix
This commit is contained in:
parent
50567f1edd
commit
93c9152aab
|
@ -32,13 +32,9 @@
|
|||
/* ######### SUPER-ADMIN ########## */
|
||||
/* ############################# */
|
||||
|
||||
if ($mem->checkRight())
|
||||
{ ?>
|
||||
|
||||
if ($mem->checkRight()) { ?>
|
||||
<dt id="reseller"><?php __("Reseller"); ?></dt>
|
||||
<dd><a href="adm_list.php"><?php __("Manage the members"); ?></a></dd>
|
||||
<dd><a href="adm_panel.php"><?php __("Admin Control Panel"); ?></a></dd>
|
||||
<dd><a href="/admin/sql/?server=2"><?php __("General SQL Admin"); ?></a></dd>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
<?php }
|
||||
|
|
Loading…
Reference in New Issue