From ed3211cb9d175cbe1227dbfcd074c184f05b4ed3 Mon Sep 17 00:00:00 2001 From: Jean Paul Galea Date: Mon, 13 Apr 2015 16:08:52 +0200 Subject: [PATCH] Removed php closing tag. - Considered a best practice, avoids the possibility of introducing whitespace after the closing tag. --- ykval-config.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/ykval-config.php b/ykval-config.php index 3cb331c..747cc74 100644 --- a/ykval-config.php +++ b/ykval-config.php @@ -97,5 +97,3 @@ function otp2ksmurls ($otp, $client) { "http://127.0.0.1/wsapi/decrypt?otp=$otp" ); } - -?>