1 2 3 4 5 6 7 8 9 10 11
<?phpnamespace kcfinder;chdir("..");chdir("..");require "core/autoload.php";$min = new minifier("js");$min->minify("cache/theme_oxygen.js");?>