improving js files

This commit is contained in:
Fernando Ontiveros
2011-02-22 16:41:39 +00:00
parent cc0f3ab529
commit c8ab972046
5 changed files with 34 additions and 40 deletions

View File

@@ -3,7 +3,7 @@
* streamFile.php
*
* ProcessMaker Open Source Edition
* Copyright (C) 2004 - 2008 Colosa Inc.23
* Copyright (C) 2004 - 2008 Colosa Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
@@ -33,4 +33,3 @@ DumpHeaders($direction);
//header("Content-Type: application/octet-stream; name=\"$downloadName\"");
//$filename = PATH_UPLOAD . "$filename";
readfile($filename);
?>