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