You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
506 B
PHTML
19 lines
506 B
PHTML
8 years ago
|
<?php
|
||
|
|
||
|
/** This file is part of KCFinder project
|
||
|
*
|
||
|
* @desc Upload calling script
|
||
|
* @package KCFinder
|
||
|
* @version 2.51
|
||
|
* @author Pavel Tzonkov <pavelc@users.sourceforge.net>
|
||
|
* @copyright 2010, 2011 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 "core/autoload.php";
|
||
|
$uploader = new uploader();
|
||
|
$uploader->upload();
|
||
|
|
||
|
?>
|