Some small changes/fixes

This commit is contained in:
2023-02-13 09:10:12 +01:00
parent 2efd4ad0ab
commit 7322231d3e
8 changed files with 14 additions and 8 deletions

View File

@@ -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>