fix bug: special tag
parent
d7dcc180a4
commit
466fc1d5f2
|
@ -1,6 +1,22 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$commonEnv = [
|
$CommonEnv = [
|
||||||
|
'APIKey', // used in heroku.
|
||||||
|
'Region', // used in SCF.
|
||||||
|
'SecretId', // used in SCF.
|
||||||
|
'SecretKey', // used in SCF.
|
||||||
|
'admin',
|
||||||
|
'adminloginpage',
|
||||||
|
'background',
|
||||||
|
'disktag',
|
||||||
|
'function_name', // used in heroku.
|
||||||
|
'language',
|
||||||
|
'passfile',
|
||||||
|
'sitename',
|
||||||
|
'theme',
|
||||||
|
];
|
||||||
|
|
||||||
|
$ShowedCommonEnv = [
|
||||||
//'APIKey', // used in heroku.
|
//'APIKey', // used in heroku.
|
||||||
//'Region', // used in SCF.
|
//'Region', // used in SCF.
|
||||||
//'SecretId', // used in SCF.
|
//'SecretId', // used in SCF.
|
||||||
|
@ -16,7 +32,7 @@ $commonEnv = [
|
||||||
'theme',
|
'theme',
|
||||||
];
|
];
|
||||||
|
|
||||||
$innerEnv = [
|
$InnerEnv = [
|
||||||
'Onedrive_ver',
|
'Onedrive_ver',
|
||||||
'client_id',
|
'client_id',
|
||||||
'client_secret',
|
'client_secret',
|
||||||
|
@ -28,7 +44,7 @@ $innerEnv = [
|
||||||
'token_expires',
|
'token_expires',
|
||||||
];
|
];
|
||||||
|
|
||||||
$ShowedinnerEnv = [
|
$ShowedInnerEnv = [
|
||||||
//'Onedrive_ver',
|
//'Onedrive_ver',
|
||||||
//'client_id',
|
//'client_id',
|
||||||
//'client_secret',
|
//'client_secret',
|
||||||
|
|
Loading…
Reference in New Issue