diff options
Diffstat (limited to 'globals.pl')
-rw-r--r-- | globals.pl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/globals.pl b/globals.pl index ae0a54260..7f3d9dd13 100644 --- a/globals.pl +++ b/globals.pl @@ -341,11 +341,6 @@ sub GetVersionTable { $::VersionTableLoaded = 1; } -sub GenerateRandomPassword { - my $size = (shift or 10); # default to 10 chars if nothing specified - return join("", map{ ('0'..'9','a'..'z','A'..'Z')[rand 62] } (1..$size)); -} - # # This function checks if there are any entry groups defined. # If called with no arguments, it identifies |