summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaime Pérez <jaime.perez@uninett.no>2016-08-02 13:39:48 +0200
committerJaime Pérez <jaime.perez@uninett.no>2016-08-02 13:39:48 +0200
commit3ec26db36853dd0af7878429b0f5035ccf7d55f3 (patch)
treed2caf4f649126569461374a2021bbf23d83b7160
parent3e0ea6e77a5e097cc308a5801e6f93669b82a259 (diff)
downloadsimplesamlphp-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.php8
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,