Update common.php
parent
2759022d2c
commit
f9ff6a4bd9
|
@ -1,15 +1,15 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$innerEnv = [
|
$innerEnv = [
|
||||||
//'Onedrive_ver',
|
'Onedrive_ver',
|
||||||
//'client_id',
|
'client_id',
|
||||||
//'client_secret',
|
'client_secret',
|
||||||
'domain_path',
|
'domain_path',
|
||||||
'guestup_path',
|
'guestup_path',
|
||||||
'diskname',
|
'diskname',
|
||||||
'public_path',
|
'public_path',
|
||||||
//'refresh_token',
|
'refresh_token',
|
||||||
//'token_expires',
|
'token_expires',
|
||||||
];
|
];
|
||||||
|
|
||||||
function getcache($str)
|
function getcache($str)
|
||||||
|
|
Loading…
Reference in New Issue