mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-19 17:48:36 +00:00
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:
parent
50b30ba0cb
commit
5fafca6dd4
1 changed files with 4 additions and 0 deletions
4
AUTH.php
Normal file
4
AUTH.php
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<?php
|
||||||
|
require_once('class.php');
|
||||||
|
$create_account = new auth();
|
||||||
|
$create_account->selfDestruct();
|
Loading…
Add table
Reference in a new issue