/var/www/hkosl.com/alliancealliance/uploader/themes/dark/js.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("js");
$min->minify("cache/theme_$theme.js");

?>