diff --git a/wwwroot/inc/interface.php b/wwwroot/inc/interface.php index 3a11dab3d..efbe35cc2 100644 --- a/wwwroot/inc/interface.php +++ b/wwwroot/inc/interface.php @@ -71,13 +71,6 @@ 'date' => '[T] date' ); -function showLogoutURL () -{ - $https = (isset ($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ? 's' : ''; - $port = (! in_array ($_SERVER['SERVER_PORT'], array (80, 443))) ? ':' . $_SERVER['SERVER_PORT'] : ''; - printf ('http%s://logout@%s%s%s?logout', $https, $_SERVER['SERVER_NAME'], $port, $_SERVER['PHP_SELF']); -} - $quick_links = NULL; // you can override this in your local.php, but first initialize it with getConfiguredQuickLinks() function renderQuickLinks() @@ -104,9 +97,7 @@ function renderInterfaceHTML ($pageno, $tabno, $payload) echo '
'; echo getConfigVar ('enterprise') . ' RackTables '; echo '' . CODE_VERSION . ''; renderQuickLinks();