From 6ee385e09e2f912d777b7f07dc85ab8cd649a249 Mon Sep 17 00:00:00 2001
From: Hanne Moa <hanne.moa@uninett.no>
Date: Fri, 26 Feb 2016 12:38:25 +0100
Subject: [PATCH] Link to sandbox from config overview page

---
 modules/core/www/frontpage_config.php | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/modules/core/www/frontpage_config.php b/modules/core/www/frontpage_config.php
index e53015d04..b61e5cc64 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}'
+);
 
 
 
-- 
GitLab