3
0
mirror of http://git.frickel.earth/Tysox/BOS-Pinneberg.git synced 2025-12-15 22:34:22 +01:00

[+] Admin Webinterface

This commit is contained in:
2018-02-10 23:41:24 +01:00
parent f9e6ea624f
commit c89389efe0
104 changed files with 53980 additions and 78 deletions

9
admin/hash.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
/**
* Created by PhpStorm.
* User: tom
* Date: 03.10.16
* Time: 16:54
*/
$pass = hash('sha512', 'ddos1234');
echo $pass;