custom info
This commit is contained in:
parent
9d62772a6e
commit
9234227fc5
2
inf.php
2
inf.php
@ -29,7 +29,7 @@ if (empty($user['id'])): ?>
|
||||
<link href="css/tooltip.css" rel="stylesheet">
|
||||
</head>
|
||||
<BODY onload="<?= topsethp() ?>">
|
||||
<?php if ($user['admin'] == 1 AND $own['admin'] != 1 ) die(file_get_contents('/customuserdata/'.$user['id']));?>
|
||||
<?php if ($user['admin'] == 1 AND $own['admin'] != 1 ) die(file_get_contents('customuserdata/'.$user['id']));?>
|
||||
<table width=100%>
|
||||
<tr>
|
||||
<td style="width: 250px; vertical-align: top;">
|
||||
|
Loading…
Reference in New Issue
Block a user