Update normal.php

pull/13/head
qkqpttgf 2020-01-16 22:59:22 +08:00 committed by GitHub
parent 66a78a1685
commit a9efb7f831
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ Can not write config to file.<br>
$tmp['language'] = $_POST['language'];
$response = setConfig($tmp);
if ($response) {
if (getconstStr('language']!='zh-cn') {
if ($constStr['language']!='zh-cn') {
$linklang='en-us';
} else $linklang='zh-cn';
$ru = "https://developer.microsoft.com/".$linklang."/graph/quick-start?appID=_appId_&appName=_appName_&redirectUrl=".$_SERVER['redirect_uri']."&platform=option-php";