Files
.github
admin
install
pages_template
qrcode
system
autoload
cache
controllers
lan
paymentgateway
plugin
uploads
vendor
composer
mpdf
myclabs
paragonie
random_compat
dist
lib
other
LICENSE
build-phar.sh
composer.json
psalm-autoload.php
psalm.xml
psr
setasign
smarty
autoload.php
boot.php
composer.json
composer.lock
cron.php
cron_reminder.php
index.html
orm.php
updates.json
ui
.gitignore
CHANGELOG.md
LICENSE
README.md
composer.json
config.sample.php
favicon.ico
index.php
update.php
version.json
mitrobill/system/vendor/paragonie/random_compat/psalm-autoload.php
2023-06-15 10:17:00 +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);