Workerman-DNS/test.php

4 lines
63 B
PHP

<?php
passthru('ping baidu.cn -c 2 &> /dev/null &');
exit();
?>