/var/www/hkosl.com/alliancealliance/uploader/themes/default/css.php


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

namespace kcfinder;

chdir("..");
chdir("..");
require 
"core/autoload.php";
$theme basename(dirname(__FILE__));
$min = new minifier("css");
$min->minify("cache/theme_$theme.css");

?>