diff --git a/html/config/LocationCali.php b/html/config/LocationCali.php index 16102f9..5ee1596 100644 --- a/html/config/LocationCali.php +++ b/html/config/LocationCali.php @@ -25,4 +25,5 @@ while(!feof($proc)){ @ flush(); } echo "
"; -echo "finish"; \ No newline at end of file +echo "finish"; +echo '回到首页'; \ No newline at end of file diff --git a/html/config/calibrate.php b/html/config/calibrate.php index d9edfc3..eec3262 100644 --- a/html/config/calibrate.php +++ b/html/config/calibrate.php @@ -42,4 +42,4 @@ while(!feof($proc)){ @ flush(); } echo 'FINISH!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!'; -echo '回到首页'; \ No newline at end of file +echo '回到首页'; \ No newline at end of file diff --git a/html/config/location.php b/html/config/location.php deleted file mode 100644 index 4dd8476..0000000 --- a/html/config/location.php +++ /dev/null @@ -1,48 +0,0 @@ -定标

'; -echo '回到首页'; - -/* -$i = 100; -while ($i<1000) { - ++$i; - //部分浏览器需要内容达到一定长度了才输出 - if ($i === 103) { - echo"

hello word".$i."

";; - } else { - echo"

hello word".$i."

";; - } - sleep(1); - -} -*/