mainwp-child/libs/phpseclib/vendor/paragonie/random_compat/psalm-autoload.php
Thang Hoang Van 0f1cbdba6f Fixed: warning
Added: support file uploader .min.js file
Added: OpenSSL Working Status in Server Information page
Added: support OpenSSL options and PHPSecLib
2023-07-05 20:51:16 +07:00

9 lines
231 B
PHP

<?php
require_once 'lib/byte_safe_strings.php';
require_once 'lib/cast_to_int.php';
require_once 'lib/error_polyfill.php';
require_once 'other/ide_stubs/libsodium.php';
require_once 'lib/random.php';
$int = random_int(0, 65536);