diff --git a/combine.php b/combine.php index c70c6bca..294076c1 100644 --- a/combine.php +++ b/combine.php @@ -1,18 +1,17 @@ \ No newline at end of file +header('Content-Type: ' . $type); +header('Content-Length: ' . strlen($contents)); +echo $contents; \ No newline at end of file diff --git a/js/index.php b/js/index.php index d901581a..0a853e54 100644 --- a/js/index.php +++ b/js/index.php @@ -30,5 +30,4 @@ $elements = array( 'jquery.mobile.init.js' ); -include('../combine.php'); -?> +include('../combine.php'); \ No newline at end of file