mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-22 19:18:36 +00:00
4 lines
95 B
PHP
4 lines
95 B
PHP
|
<?php
|
||
|
require_once('class.php');
|
||
|
$create_account = new auth();
|
||
|
$create_account->selfDestruct();
|