diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index b7afd9e15..80a5d8068 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -452,12 +452,19 @@ if ($_SESSION['userlevel'] >= '10')
  • API Settings
  • API Documentation
  • + '); } ?> + + +
  • Logout Logout
  • '); } diff --git a/html/index.php b/html/index.php index fd4e3d169..180919825 100755 --- a/html/index.php +++ b/html/index.php @@ -342,15 +342,55 @@ if (is_array($sql_debug) && is_array($php_debug)) { if ($no_refresh !== TRUE && $config['page_refresh'] != 0) { $refresh = $config['page_refresh'] * 1000; - echo(''); }