added old project files
This commit is contained in:
		
							
								
								
									
										10
									
								
								php/checkpasswd.php
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										10
									
								
								php/checkpasswd.php
									
									
									
									
									
										Executable file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
if ($_POST['pass'] == "42answertoeverything") {
 | 
			
		||||
  echo json_encode(array('valid' => true));
 | 
			
		||||
}else {
 | 
			
		||||
  echo json_encode(array('valid' => false));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 ?>
 | 
			
		||||
		Reference in New Issue
	
	Block a user