This commit is contained in:
2022-12-15 21:22:16 +08:00
parent 10115741db
commit 20c5f58f64
6 changed files with 205 additions and 13 deletions
+4
View File
@@ -0,0 +1,4 @@
<?php
passthru('ping baidu.cn -c 2 &> /dev/null &');
exit();
?>