1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2025-02-01 04:21:39 +01:00
2018-09-21 01:54:30 -07:00

10 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);