my-idlers/AUTH.php
cp6 5fafca6dd4 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.
2021-03-17 11:32:59 +11:00

4 lines
95 B
PHP

<?php
require_once('class.php');
$create_account = new auth();
$create_account->selfDestruct();