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