From 3ec26db36853dd0af7878429b0f5035ccf7d55f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Pe=CC=81rez?= <jaime.perez@uninett.no> Date: Tue, 2 Aug 2016 13:39:48 +0200 Subject: [PATCH] Remove link to the sandbox from configuration tab. If we want to access the sandbox, we can do that from admin/ or type the URL directly. --- modules/core/www/frontpage_config.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/modules/core/www/frontpage_config.php b/modules/core/www/frontpage_config.php index aaec942a9..824d8ce37 100644 --- a/modules/core/www/frontpage_config.php +++ b/modules/core/www/frontpage_config.php @@ -53,14 +53,6 @@ $links_config[] = array( 'text' => '{core:frontpage:link_phpinfo}' ); -$links_config[] = array( - 'href' => \SimpleSAML\Utils\HTTP::getBaseURL() . 'admin/sandbox.php', - 'text' => '{core:frontpage:link_sandbox}' -); - - - - $allLinks = array( 'links' => &$links, 'welcome' => &$links_welcome, -- GitLab