mirror of
				https://github.com/prasathmani/tinyfilemanager.git
				synced 2025-10-31 10:25:49 +01:00 
			
		
		
		
	Updated readme file
This commit is contained in:
		
							
								
								
									
										14
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								README.md
									
									
									
									
									
								
							| @@ -1,2 +1,14 @@ | |||||||
| # tinyfilemanager | # Tiny PHP File Manager | ||||||
| Tiny file manager in single php file | Tiny file manager in single php file | ||||||
|  | <hr> | ||||||
|  | <h3>How to use</h3> | ||||||
|  |  | ||||||
|  | Download ZIP with latest version from master branch. | ||||||
|  |  | ||||||
|  | Copy filemanager.php to your website folder and open it with web browser (e.g. http://yoursite/any_path/filemanager.php). | ||||||
|  |  | ||||||
|  | Default username/password: admin/admin. password has encripted with MD5. | ||||||
|  |  | ||||||
|  | Warning: Please set your own username and password in $auth_users before use. | ||||||
|  |  | ||||||
|  | To enable/disable authentication set $use_auth to true or false. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user