/var/www/hkosl.com/survey_demo/uploader/themes/oxygen/css.php


1
2
3
4
5
6
7
8
9
10
11
<?php

namespace kcfinder;

chdir("..");
chdir("..");
require 
"core/autoload.php";
$min = new minifier("css");
$min->minify("cache/theme_oxygen.css");

?>