mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-11-03 23:59:09 +00:00 
			
		
		
		
	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
		
	
	
		
			No EOL
		
	
	
		
			95 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			No EOL
		
	
	
		
			95 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
require_once('class.php');
 | 
						|
$create_account = new auth();
 | 
						|
$create_account->selfDestruct(); |