We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83daba commit 097a812Copy full SHA for 097a812
trunk/web/session.php
@@ -13,7 +13,7 @@
13
<?php
14
}
15
16
-// $OJ_LIP_URL="http://192.168.2.36/lip.php";
+// $OJ_LIP_URL="http://192.168.2.36/lip.php"; //如果希望穿透NAT网络,识别用户的内网IP地址,可以在内网部署一个LIP服务,用内网的lip.php向公网服务器传递用户的内网IP。
17
if (!empty($OJ_LIP_URL)){
18
if(isset($_GET['lip'])){
19
$lip=intval($_GET['lip']);
@@ -23,5 +23,4 @@
23
24
25
?>
26
-
27
- <script>window.setTimeout('window.location.reload();',300000);</script>
+<script>window.setTimeout('window.location.reload();',300000);</script>
0 commit comments