%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/nailstv/www/es.nails.tv/include/kcfinder/js/browser/
Upload File :
Create Path :
Current File : /home/nailstv/www/es.nails.tv/include/kcfinder/js/browser/index.php

<?php

/** This file is part of KCFinder project
  *
  *      @desc Join all JavaScript files in current directory
  *   @package KCFinder
  *   @version 2.2
  *    @author Pavel Tzonkov <pavelc@users.sourceforge.net>
  * @copyright 2010 KCFinder Project
  *   @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
  *   @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2
  *      @link http://kcfinder.sunhater.com
  */

require "../../lib/helper_httpCache.php";

$files = glob("*.js");

foreach ($files as $file) {
    $fmtime = filemtime($file);
    if (!isset($mtime) || ($fmtime > $mtime))
        $mtime = $fmtime;
}

httpCache::checkMTime($mtime);

header("Content-Type: text/javascript");
foreach ($files as $file)
    require $file;

?>

Zerion Mini Shell 1.0