Skip to content
Snippets Groups Projects
Commit 3ec26db3 authored by Jaime Pérez's avatar Jaime Pérez
Browse files

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.
parent 3e0ea6e7
No related branches found
No related tags found
No related merge requests found
...@@ -53,14 +53,6 @@ $links_config[] = array( ...@@ -53,14 +53,6 @@ $links_config[] = array(
'text' => '{core:frontpage:link_phpinfo}' 'text' => '{core:frontpage:link_phpinfo}'
); );
$links_config[] = array(
'href' => \SimpleSAML\Utils\HTTP::getBaseURL() . 'admin/sandbox.php',
'text' => '{core:frontpage:link_sandbox}'
);
$allLinks = array( $allLinks = array(
'links' => &$links, 'links' => &$links,
'welcome' => &$links_welcome, 'welcome' => &$links_welcome,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment