This commit is contained in:
jakani24
2024-03-10 09:00:14 +01:00
parent bafd47a9a4
commit b71a7bb1df
2 changed files with 5 additions and 4 deletions

View File

@@ -84,7 +84,7 @@ if(isset($_GET["page"])){
if($perms[5]=="1")
echo('<li><a href="index.php?page=client_settings.php?show=general">Client Settings</a></li>');
if($perms[6]=="1")
echo('<li><a href="index.php?page=database_settings.php">Database Settings</a></li>');
echo('<li><a href="index.php?page=database_settings.php&page=update">Database Settings</a></li>');
?>
</ul>
<p>Clients</p>