mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Functions: Minor clean up.
This commit is contained in:
@@ -2273,7 +2273,7 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// User exists
|
//user exists
|
||||||
if (!function_exists('user_exists')) {
|
if (!function_exists('user_exists')) {
|
||||||
|
|
||||||
function user_exists($login, $domain_name = null) {
|
function user_exists($login, $domain_name = null) {
|
||||||
@@ -2379,7 +2379,6 @@ if (!function_exists('git_repo_info')) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//git locate app repositories
|
//git locate app repositories
|
||||||
if (!function_exists('git_find_repos')) {
|
if (!function_exists('git_find_repos')) {
|
||||||
function git_find_repos($path) {
|
function git_find_repos($path) {
|
||||||
@@ -2395,4 +2394,5 @@ if (!function_exists('git_find_repos')) {
|
|||||||
return $git_repos;
|
return $git_repos;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
?>
|
||||||
Reference in New Issue
Block a user