From cd072acba40b59634cf43fc61681b42ebca69eaa Mon Sep 17 00:00:00 2001 From: Florian Schaal <florian@schaal-24.de> Date: Fri, 24 Jan 2014 06:21:25 -0500 Subject: [PATCH] changed the regex; new line at the end is allowed - prevents problems when using cut&paste for the private-key in the interface --- interface/web/sites/lib/admin.conf.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/web/sites/lib/admin.conf.php b/interface/web/sites/lib/admin.conf.php index a45d440..acb6c35 100644 --- a/interface/web/sites/lib/admin.conf.php +++ b/interface/web/sites/lib/admin.conf.php @@ -1,2 +1,2 @@ -<?php -?> \ No newline at end of file +<?php +?> -- Gitblit v1.9.1