mirror of
				https://github.com/jcampbell1/simple-file-manager.git
				synced 2025-02-20 22:00:04 +01:00 
			
		
		
		
	Merge pull request #92 from JonnyTech/patch-1
Focus password input field
This commit is contained in:
		| @@ -31,7 +31,7 @@ if($PASSWORD) { | ||||
| 			$_SESSION['_sfm_allowed'] = true; | ||||
| 			header('Location: ?'); | ||||
| 		} | ||||
| 		echo '<html><body><form action=? method=post>PASSWORD:<input type=password name=p /></form></body></html>'; | ||||
| 		echo '<html><body><form action=? method=post>PASSWORD:<input type=password name=p autofocus/></form></body></html>'; | ||||
| 		exit; | ||||
| 	} | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user