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/dashboard/lib/admin.conf.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/dashboard/lib/admin.conf.php b/interface/web/dashboard/lib/admin.conf.php index 584f28b..b4b2eb9 100644 --- a/interface/web/dashboard/lib/admin.conf.php +++ b/interface/web/dashboard/lib/admin.conf.php @@ -26,4 +26,4 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -?> \ No newline at end of file +?> -- Gitblit v1.9.1