drupal-civicrm/sites/all/modules/civicrm/packages/kcfinder/themes/dark/js.php
2018-01-14 13:10:16 +00:00

12 lines
190 B
PHP

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