mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-11-03 23:59:09 +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