diff options
author | Jaime Pérez <jaime.perez@uninett.no> | 2016-08-02 13:39:48 +0200 |
---|---|---|
committer | Jaime Pérez <jaime.perez@uninett.no> | 2016-08-02 13:39:48 +0200 |
commit | 3ec26db36853dd0af7878429b0f5035ccf7d55f3 (patch) | |
tree | d2caf4f649126569461374a2021bbf23d83b7160 | |
parent | 3e0ea6e77a5e097cc308a5801e6f93669b82a259 (diff) | |
download | simplesamlphp-3ec26db36853dd0af7878429b0f5035ccf7d55f3.zip simplesamlphp-3ec26db36853dd0af7878429b0f5035ccf7d55f3.tar.gz simplesamlphp-3ec26db36853dd0af7878429b0f5035ccf7d55f3.tar.bz2 |
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.
-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, |