5fafca6dd4
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.
4 lines
95 B
PHP
4 lines
95 B
PHP
<?php
|
|
require_once('class.php');
|
|
$create_account = new auth();
|
|
$create_account->selfDestruct(); |