commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / packages / kcfinder / themes / default / js.php
1 <?php
2
3 namespace kcfinder;
4
5 chdir("..");
6 chdir("..");
7 require "core/autoload.php";
8 $theme = basename(dirname(__FILE__));
9 $min = new minifier("js");
10 $min->minify("cache/theme_$theme.js");
11
12 ?>