diff --git a/codepot/src/codepot/controllers/code.php b/codepot/src/codepot/controllers/code.php index 9140274d..7f9feb6f 100644 --- a/codepot/src/codepot/controllers/code.php +++ b/codepot/src/codepot/controllers/code.php @@ -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 {