Skip to content

Commit

Permalink
针对内地某些地方中转链接访问失败
Browse files Browse the repository at this point in the history
  • Loading branch information
qkqpttgf authored Jan 15, 2021
1 parent 372a42b commit 41350cc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions common.php
Original file line number Diff line number Diff line change
Expand Up @@ -1722,8 +1722,10 @@ function get_refresh_token()
<input type="text" name="sharepointSiteAddress" style="width:100%" placeholder="'.getconstStr('InputSharepointSiteAddress').'"><br>
</div>
</div>
<br>
<input type="submit" value="'.getconstStr('Submit').'">
<br>';
if ($_SERVER['language']=='zh-cn') $html .= '你要理解 scfonedrive.github.io 是github上的静态网站,<br>除非github真的挂掉了,<br>不然,稍后你如果连不上,请检查你的运营商或其它“你懂的”问题!<br>';
$html .='
<input type="submit" value="' . getconstStr('Submit') . '">
</form>
</div>
<script>
Expand Down

0 comments on commit 41350cc

Please sign in to comment.