From a9efb7f83196e91b13172e559ba17ad64f6977b9 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Thu, 16 Jan 2020 22:59:22 +0800 Subject: [PATCH] Update normal.php --- function/normal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function/normal.php b/function/normal.php index b00ffbd..691a006 100644 --- a/function/normal.php +++ b/function/normal.php @@ -114,7 +114,7 @@ Can not write config to file.
$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";