diff --git a/modules/core/www/frontpage_config.php b/modules/core/www/frontpage_config.php index e53015d041b8c7667f98b02c371ff69e9faebff5..b61e5cc641a1f5840ee165701b4adfa6d1104ea0 100644 --- a/modules/core/www/frontpage_config.php +++ b/modules/core/www/frontpage_config.php @@ -53,6 +53,10 @@ $links_config[] = array( 'text' => '{core:frontpage:link_phpinfo}' ); +$links_config[] = array( + 'href' => \SimpleSAML\Utils\HTTP::getBaseURL() . 'admin/sandbox.php', + 'text' => '{core:frontpage:link_sandbox}' +);