mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Merging the Limesurvey 1.91+ branch of queXS in to the trunk
This commit is contained in:
19
include/limesurvey/admin/scripts/kcfinder/upload.php
Normal file
19
include/limesurvey/admin/scripts/kcfinder/upload.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/** This file is part of KCFinder project
|
||||
*
|
||||
* @desc Upload calling script
|
||||
* @package KCFinder
|
||||
* @version 2.21
|
||||
* @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 "core/autoload.php";
|
||||
$uploader = new uploader();
|
||||
$uploader->upload();
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user