You've already forked postfixadmin
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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user