diff --git a/modules/core/www/frontpage_config.php b/modules/core/www/frontpage_config.php index aaec942a92593777bc2880dc1f3d46b029fe8426..824d8ce3794320a8c194cf66f73eb8e10e7499f4 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,