From 3eda785ca53b1b421df8c25b508aaf1817c473d7 Mon Sep 17 00:00:00 2001 From: Francis Appels Date: Mon, 30 Mar 2020 10:36:49 +0200 Subject: [PATCH] Add newline end of file --- htdocs/core/lib/functions.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index bb015117646..b73d58115fb 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -7964,4 +7964,4 @@ function newToken() function currentToken() { return $_SESSION['token']; -} \ No newline at end of file +}