Первая копия
This commit is contained in:
12
metadata/include/kcfinder/themes/default/js.php
Normal file
12
metadata/include/kcfinder/themes/default/js.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace kcfinder;
|
||||
|
||||
chdir("..");
|
||||
chdir("..");
|
||||
require "core/autoload.php";
|
||||
$theme = basename(dirname(__FILE__));
|
||||
$min = new minifier("js");
|
||||
$min->minify("cache/theme_$theme.js");
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user