diff options
-rw-r--r-- | modules/core/www/frontpage_config.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/core/www/frontpage_config.php b/modules/core/www/frontpage_config.php index aaec942..824d8ce 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, |