Admin-Sidebar: Link zu System-Update ergänzen
Auf allen 5 Admin-Seiten (Dashboard, Sites, Benutzer, Vouchers, Einstellungen) einen Navigationspunkt zur Updater-Seite hinzugefügt.
This commit is contained in:
parent
43149074c9
commit
471c5b49ca
5 changed files with 7 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
error_reporting(E_ALL);
|
||||
ini_set('display_errors', 0);
|
||||
ini_set('display_errors', 0);
|
||||
ini_set('log_errors', 1);
|
||||
|
||||
require_once __DIR__ . '/../config.php';
|
||||
|
|
@ -480,6 +480,7 @@ $currentUser = $auth->getCurrentUser();
|
|||
<li><a href="users.php" class="active"><i class="fas fa-users"></i> Benutzer verwalten</a></li>
|
||||
<li><a href="vouchers.php"><i class="fas fa-ticket-alt"></i> Voucher-Historie</a></li>
|
||||
<li><a href="settings.php"><i class="fas fa-cog"></i> Einstellungen</a></li>
|
||||
<li><a href="update.php"><i class="fas fa-sync-alt"></i> System-Update</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue