From 73cf5e3ed14b9210633f3c601f47fb272b713687 Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Mon, 23 Nov 2009 13:58:40 +0000 Subject: [PATCH] Update path to simpleSAMLphp on frontpage_config. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2005 44740490-163a-0410-bde0-09ae8108e29a --- modules/core/www/frontpage_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/www/frontpage_config.php b/modules/core/www/frontpage_config.php index fd7d478b6..cdcec795b 100644 --- a/modules/core/www/frontpage_config.php +++ b/modules/core/www/frontpage_config.php @@ -149,7 +149,7 @@ $t->data['links_federation'] = $links_federation; $t->data['enablematrix'] = $enablematrix; $t->data['funcmatrix'] = $funcmatrix; $t->data['version'] = $config->getVersion(); -$t->data['directory'] = dirname(dirname(__FILE__)); +$t->data['directory'] = dirname(dirname(dirname(dirname(__FILE__)))); $t->show(); -- GitLab