1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-08-09 05:02:44 +03:00

Remove the random_compat lib.

This commit is contained in:
David Goodwin
2020-09-27 10:47:22 +01:00
parent e4d5e4bee0
commit 484acfbf59
6 changed files with 0 additions and 34 deletions

View File

@@ -834,10 +834,6 @@ function encode_header($string, $default_charset = "utf-8") {
}
if (!function_exists('random_int')) { // PHP version < 7.0
require_once(dirname(__FILE__) . '/lib/block_random_int.php');
}
/**
* Generate a random password of $length characters.