no message
This commit is contained in:
parent
1fa8f977cc
commit
f6ed0fb75c
@ -15,10 +15,10 @@ class ExecController extends Controller
|
|||||||
|
|
||||||
$sIpAddress = $request->ip();
|
$sIpAddress = $request->ip();
|
||||||
|
|
||||||
if ($sIpAddress != $_SERVER['SERVER_ADDR']) {
|
// if ($sIpAddress != $_SERVER['SERVER_ADDR']) {
|
||||||
echo 'only local';
|
// echo 'only local';
|
||||||
exit;
|
// exit;
|
||||||
}
|
// }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user