drupal-civicrm/sites/all/modules/civicrm/packages/kcfinder/themes/default/js.php

12 lines
190 B
PHP
Raw Normal View History

2018-01-14 15:10:16 +02:00
<?php
namespace kcfinder;
chdir("..");
chdir("..");
require "core/autoload.php";
$theme = basename(dirname(__FILE__));
$min = new minifier("js");
$min->minify("cache/theme_$theme.js");
?>