mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Minor: update set_error message
This commit is contained in:
		| @@ -338,7 +338,7 @@ class Upload | ||||
|     { | ||||
|         if (!empty($object->mimes)) { | ||||
|             if (!in_array($object->file['mime'], $object->mimes)) { | ||||
|                 $object->set_error('Mime type not allowed.'); | ||||
|                 $object->set_error('MIME type not allowed.'); | ||||
|             } | ||||
|         } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user