Some small changes/fixes
This commit is contained in:
@@ -53,8 +53,14 @@
|
||||
while ($row = mysql_fetch_object($result)) {
|
||||
echo $displayname = $row->displayname . ' - ';
|
||||
}
|
||||
|
||||
// TEMP display only if admin
|
||||
if($_SESSION['suser_level'] >= 2) {
|
||||
echo '<a href="nodeadd.php">Add new node</a> - ';
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
<a href="options.php">Options</a> -
|
||||
<a href="logout.php">Log out</a>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user