Add files via upload

This commit is contained in:
qkqpttgf
2020-02-17 03:19:55 -06:00
committed by GitHub
parent 84b8ab523e
commit 7fdde82f43
3 changed files with 71 additions and 42 deletions
+1 -11
View File
@@ -1,4 +1,5 @@
<?php
$commonEnv = [
//'Region',
//'SecretId',
@@ -11,17 +12,6 @@ $commonEnv = [
'sitename',
'theme',
];
$innerEnv = [
'Onedrive_ver',
'client_id',
'client_secret',
'domain_path',
'guestup_path',
'diskname',
'public_path',
'refresh_token',
'token_expires',
];
function printInput($event, $context)
{