forked from kevinowino869/mitrobill
.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
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);
|