src build elFinder-2.1-338996d

This commit is contained in:
nao-pon
2020-02-21 23:29:01 +09:00
parent 29492d24d0
commit cd4d894775
5 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -26,12 +26,12 @@ class elFinderVolumeBox extends elFinderVolumeDriver
/**
* @var string The base URL for authorization requests
*/
const AUTH_URL = 'https://www.box.com/api/oauth2/authorize';
const AUTH_URL = 'https://account.box.com/api/oauth2/authorize';
/**
* @var string The base URL for token requests
*/
const TOKEN_URL = 'https://www.box.com/api/oauth2/token';
const TOKEN_URL = 'https://api.box.com/oauth2/token';
/**
* @var string The base URL for upload requests