Skip to content

Commit

Permalink
Removed single option
Browse files Browse the repository at this point in the history
  • Loading branch information
matt@envexlabs.com committed Dec 31, 2010
1 parent bd498a8 commit 4d5a9b1
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions compressor.php
Expand Up @@ -31,23 +31,12 @@ function compress($buffer) {

ob_start("compress");

//Do we need to include just one stylesheet?
if(isset($_GET['single'])){

include($_GET['single']);

}else{
/*
/*
Main CSS
*/

include();
Main CSS
}
*/

ob_end_flush();
include('your-css.css');

?>
ob_end_flush();

0 comments on commit 4d5a9b1

Please sign in to comment.