mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
src build elFinder-2.1-1b21481
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*!
|
||||
* elFinder - file manager for web
|
||||
* Version 2.1.51 (2.1-src Nightly: 2801b41) (2020-01-11)
|
||||
* Version 2.1.51 (2.1-src Nightly: 1b21481) (2020-01-11)
|
||||
* http://elfinder.org
|
||||
*
|
||||
* Copyright 2009-2020, Studio 42
|
||||
|
||||
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
||||
/*!
|
||||
* elFinder - file manager for web
|
||||
* Version 2.1.51 (2.1-src Nightly: 2801b41) (2020-01-11)
|
||||
* Version 2.1.51 (2.1-src Nightly: 1b21481) (2020-01-11)
|
||||
* http://elfinder.org
|
||||
*
|
||||
* Copyright 2009-2020, Studio 42
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
/*!
|
||||
* elFinder - file manager for web
|
||||
* Version 2.1.51 (2.1-src Nightly: 2801b41) (2020-01-11)
|
||||
* Version 2.1.51 (2.1-src Nightly: 1b21481) (2020-01-11)
|
||||
* http://elfinder.org
|
||||
*
|
||||
* Copyright 2009-2020, Studio 42
|
||||
@@ -10267,7 +10267,7 @@ if (!window.cancelAnimationFrame) {
|
||||
*
|
||||
* @type String
|
||||
**/
|
||||
elFinder.prototype.version = '2.1.51 (2.1-src Nightly: 2801b41)';
|
||||
elFinder.prototype.version = '2.1.51 (2.1-src Nightly: 1b21481)';
|
||||
|
||||
|
||||
|
||||
|
||||
Vendored
+2
-2
File diff suppressed because one or more lines are too long
@@ -374,7 +374,8 @@ $opts['roots'][] = array_merge($tmbConfig, array(
|
||||
'driver' => 'FTP',
|
||||
'host' => 'ftp.jaist.ac.jp',
|
||||
'user' => 'anonymous',
|
||||
'path' => '/',
|
||||
'path' => '/',
|
||||
'owner' => false,
|
||||
));
|
||||
|
||||
// To enable the following cloud volumes, first complete the steps
|
||||
|
||||
@@ -1028,7 +1028,7 @@ class elFinderVolumeGoogleDrive extends elFinderVolumeDriver
|
||||
$this->tmp = $this->tmbPath;
|
||||
}
|
||||
|
||||
if ($this->isMyReload()) {
|
||||
if ($this->needOnline && $this->isMyReload()) {
|
||||
$this->_gd_getDirectoryData(false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user