src build elFinder-2.1-d7fe38b

This commit is contained in:
nao-pon
2016-04-10 23:34:11 +09:00
parent 07ce08b602
commit 3cbcfa3c69
15 changed files with 1020 additions and 838 deletions
+9 -8
View File
@@ -26,14 +26,15 @@ class elFinderConnector {
* @var string
**/
protected $header = 'Content-Type: application/json';
/**
* Constructor
*
* @return void
* @author Dmitry (dio) Levashov
**/
/**
* Constructor
*
* @param $elFinder
* @param bool $debug
* @author Dmitry (dio) Levashov
*/
public function __construct($elFinder, $debug=false) {
$this->elFinder = $elFinder;