commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / packages / kcfinder / js / index.php
1 <?php
2
3 /** This file is part of KCFinder project
4 *
5 * @desc Join all JavaScript files from current directory
6 * @package KCFinder
7 * @version 3.12
8 * @author Pavel Tzonkov <sunhater@sunhater.com>
9 * @copyright 2010-2014 KCFinder Project
10 * @license http://opensource.org/licenses/GPL-3.0 GPLv3
11 * @license http://opensource.org/licenses/LGPL-3.0 LGPLv3
12 * @link http://kcfinder.sunhater.com
13 */
14
15 namespace kcfinder;
16
17 chdir("..");
18 require "core/autoload.php";
19 $min = new minifier("js");
20 $min->minify("cache/base.js");
21
22 ?>