PHP Classes

File: notice/assets/plugins/bootstrap-3.3.6-dist/css/bootstrap_custom.css.php

Recommend this page to a friend!
  Classes of Ki Shing Yeung   WRASA Security Alarm   notice/assets/plugins/bootstrap-3.3.6-dist/css/bootstrap_custom.css.php   Download  
File: notice/assets/plugins/bootstrap-3.3.6-dist/css/bootstrap_custom.css.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: WRASA Security Alarm
Detect and prevent robots that crawl sites
Author: By
Last change:
Date: 6 years ago
Size: 208 bytes
 

Contents

Class file image Download
<?php
// CSS Declaration
header("Content-type: text/css", true);

// Include Minify class
require_once '../../../../class/IntegratedMinify.php';

$css = minifyCSS([
   
'bootstrap_custom.css',
]);

echo
$css;