less file header support
This commit is contained in:
parent
f424846436
commit
9e8b4a0448
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user