js.php 190 B

123456789101112
  1. <?php
  2. namespace kcfinder;
  3. chdir("..");
  4. chdir("..");
  5. require "core/autoload.php";
  6. $theme = basename(dirname(__FILE__));
  7. $min = new minifier("js");
  8. $min->minify("cache/theme_$theme.js");
  9. ?>