More restrictions due to authorization system

This commit is contained in:
2023-03-01 15:12:09 +01:00
parent 0b2da1f00f
commit f0d187b4c3
14 changed files with 114 additions and 21 deletions
+4
View File
@@ -5,8 +5,12 @@
{$node->ip}
</td>
<td align="right">
{if $suser_edit}
<a href="nodeedit.php?node_id={$node->id}"><img src="image.php?icon=edit" alt="{$lang_node_edit}"></a>
{/if}
{if $suser_del}
<a href="nodedel.php?node_id={$node->id}"><img src="image.php?icon=delete" alt="{$lang_node_del}"></a>
{/if}
</td>
</tr>
</table>