forked from kevinowino869/mitrobill
.github
admin
docs
install
pages_template
qrcode
scan
system
autoload
cache
controllers
devices
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
.htaccess
api.php
boot.php
composer.json
composer.lock
cron.php
cron_reminder.php
index.html
orm.php
updates.json
ui
.gitignore
.htaccess_firewall
CHANGELOG.md
Dockerfile
LICENSE
README.md
composer.json
config.sample.php
docker-compose.example.yml
favicon.ico
index.php
init.php
radius.php
update.php
version.json
10 lines
231 B
PHP
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);
|