Added AUTH file

If you have 0 accounts this file will allow you to create one. Navigate to it if you have > 0 accounts then it will delete itself.
This commit is contained in:
cp6 2021-03-17 11:32:59 +11:00
parent 50b30ba0cb
commit 5fafca6dd4

4
AUTH.php Normal file
View File

@ -0,0 +1,4 @@
<?php
require_once('class.php');
$create_account = new auth();
$create_account->selfDestruct();