mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 03:12:30 +00:00 
			
		
		
		
	Allowed shellscripts to be uploaded.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11043 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -3,7 +3,7 @@ | ||||
|  * Upload a given file into /var/tmp | ||||
|  */ | ||||
| $type = $_FILES["file"]["type"]; | ||||
| if ($type == "text/plain" || $type == "application/octet-stream" || $type == "application/x-shellscript") { | ||||
| if ($type == "text/plain" || $type == "application/octet-stream" || $type == "application/x-shellscript" || $type == "application/x-sh") { | ||||
| 	$error = $_FILES["file"]["error"]; | ||||
| 	if ($error) { | ||||
| 		echo "Return Code: " . $error; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user