From 68feb46e7ed495fbcb3204b86884f0e59eda57ee Mon Sep 17 00:00:00 2001 From: Ubbo Veentjer <veentjer@sub.uni-goettingen.de> Date: Fri, 10 Oct 2014 21:51:08 +0200 Subject: [PATCH] conf location for tgwebauth now in /etc/ --- .../WebAuthN/TextGrid-WebAuth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.textgrid.middleware.tgauth.webauth/WebAuthN/TextGrid-WebAuth.php b/info.textgrid.middleware.tgauth.webauth/WebAuthN/TextGrid-WebAuth.php index 82f5b8c..3cff6ce 100644 --- a/info.textgrid.middleware.tgauth.webauth/WebAuthN/TextGrid-WebAuth.php +++ b/info.textgrid.middleware.tgauth.webauth/WebAuthN/TextGrid-WebAuth.php @@ -10,7 +10,7 @@ include("../tglib/LDAP.class.php"); include("../tglib/RBAC.class.php"); include("../tglib/WebUtils.class.php"); -$configfile = "../../../config_tgwebauth.xml"; +$configfile = "/etc/textgrid/tgauth/conf/config_tgwebauth.xml"; $util = new WebUtils; -- GitLab