From 5c8c1928adefdf25097ab413af3a3eb5501c577f Mon Sep 17 00:00:00 2001 From: Chris Gilligan <49878588+UTCGilligan@users.noreply.github.com> Date: Fri, 17 Nov 2023 11:45:19 -0500 Subject: [PATCH] UTCT-21: Fix bracing around if-clause. Signed-off-by: Chris Gilligan <49878588+UTCGilligan@users.noreply.github.com> - https://github.com/joshp23/YOURLS-AuthMgrPlus/pull/56 --- user/plugins/auth-mgr-plus/plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/plugins/auth-mgr-plus/plugin.php b/user/plugins/auth-mgr-plus/plugin.php index 06d7a51..bdf324a 100644 --- a/user/plugins/auth-mgr-plus/plugin.php +++ b/user/plugins/auth-mgr-plus/plugin.php @@ -4,7 +4,7 @@ Plugin URI: https://github.com/joshp23/YOURLS-AuthMgrPlus Description: Role Based Access Controlls with seperated user data for authenticated users Version: 2.3.2 -Author: Josh Panter, nicwaller, Ian Barber +Author: Josh Panter, nicwaller, Ian Barber Author URI: https://unfettered.net */