From 805adaff77429efc466b4700a7e8343bea26bcf2 Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Sun, 2 Oct 2022 05:10:51 -0400 Subject: [PATCH] users.php parity Signed-off-by: Skylar "The Cobra" Widulski --- users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users.php b/users.php index 6155275..f11364d 100644 --- a/users.php +++ b/users.php @@ -36,7 +36,7 @@ is_readable($ph_index . 'sh') || is_readable($ph_index . 'pl') || is_readable($ph_index . 'lua')) // There must be a better way to do this - $list .= "$subdir"; + $list .= "$subdir"; else $list .= $subdir; $list .= "\n"; $total++;