added flush() to file download
This commit is contained in:
		| @ -414,7 +414,9 @@ class Code extends Controller | ||||
| 				header ('Content-Transfer-Encoding: binary'); | ||||
| 				header ('Content-Length: ' . strlen($file['content'])); | ||||
| 				flush (); | ||||
|  | ||||
| 				print $file['content']; | ||||
| 				flush (); | ||||
| 			} | ||||
| 			else | ||||
| 			{ | ||||
|  | ||||
		Reference in New Issue
	
	Block a user