Update common.php
parent
690acfb8b2
commit
b7de303f3a
|
@ -138,7 +138,8 @@ function config_oauth()
|
|||
{
|
||||
$_SERVER['sitename'] = getConfig('sitename');
|
||||
if (empty($_SERVER['sitename'])) $_SERVER['sitename'] = getconstStr('defaultSitename');
|
||||
$_SERVER['redirect_uri'] = 'https://scfonedrive.github.io';
|
||||
//$_SERVER['redirect_uri'] = 'https://scfonedrive.github.io';
|
||||
$_SERVER['redirect_uri'] = 'https://git.ldxw.vip/scfone';
|
||||
if (getConfig('Drive_ver')=='MS') {
|
||||
// MS
|
||||
// https://portal.azure.com
|
||||
|
|
Loading…
Reference in New Issue