Skip to content
Snippets Groups Projects
Forked from fsini-informatik / fsfahrttool
191 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
info.php 117 B

<?php

// phpinfo();
// safe key generation:
//$bytes = openssl_random_pseudo_bytes(6);
//$hex   = bin2hex($bytes);