[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
xampp182
/
htdocs
/
repository-perpus
/
asset
/
kcfinder
/
themes
/
default
/
[
Home
]
File: js.php
<?php namespace kcfinder; chdir(".."); chdir(".."); require "core/autoload.php"; $theme = basename(dirname(__FILE__)); $min = new minifier("js"); $min->minify("cache/theme_$theme.js"); ?>