less file header support

This commit is contained in:
Ulf Gebhardt 2015-09-18 01:08:22 +02:00
parent f424846436
commit 9e8b4a0448

View File

@ -33,6 +33,9 @@ class HEADER {
public static function CSS(){
if(self::checkHeader()){
header('content-type:text/css;');}}
public static function LESS(){
if(self::checkHeader()){
header('content-type:text/css;');}}
public static function FILE($filename){
header("Content-type: application/octet-stream");