no message

This commit is contained in:
hellcat 2025-11-08 16:17:00 +08:00
parent 1fa8f977cc
commit f6ed0fb75c

View File

@ -15,10 +15,10 @@ class ExecController extends Controller
$sIpAddress = $request->ip();
if ($sIpAddress != $_SERVER['SERVER_ADDR']) {
echo 'only local';
exit;
}
// if ($sIpAddress != $_SERVER['SERVER_ADDR']) {
// echo 'only local';
// exit;
// }
}