Update common.php
This commit is contained in:
+2
-1
@@ -138,7 +138,8 @@ function config_oauth()
|
|||||||
{
|
{
|
||||||
$_SERVER['sitename'] = getConfig('sitename');
|
$_SERVER['sitename'] = getConfig('sitename');
|
||||||
if (empty($_SERVER['sitename'])) $_SERVER['sitename'] = getconstStr('defaultSitename');
|
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') {
|
if (getConfig('Drive_ver')=='MS') {
|
||||||
// MS
|
// MS
|
||||||
// https://portal.azure.com
|
// https://portal.azure.com
|
||||||
|
|||||||
Reference in New Issue
Block a user