From 0e4f933da23b45bb00f2ac515a35dd259e45766c Mon Sep 17 00:00:00 2001 From: fusionate Date: Fri, 22 Dec 2023 00:09:26 +0000 Subject: [PATCH] Functions: Minor clean up. --- resources/functions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/functions.php b/resources/functions.php index db6fad1a5e..9fbcd476da 100644 --- a/resources/functions.php +++ b/resources/functions.php @@ -2273,7 +2273,7 @@ } -// User exists +//user exists if (!function_exists('user_exists')) { function user_exists($login, $domain_name = null) { @@ -2379,7 +2379,6 @@ if (!function_exists('git_repo_info')) { } } - //git locate app repositories if (!function_exists('git_find_repos')) { function git_find_repos($path) { @@ -2395,4 +2394,5 @@ if (!function_exists('git_find_repos')) { return $git_repos; } } -?> + +?> \ No newline at end of file