mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
Update ping.php
Updated translation variable
This commit is contained in:
@@ -20,7 +20,7 @@ $ip = $_GET['ip'];
|
||||
|
||||
// Check if IP is valid
|
||||
if (!filter_var($ip, FILTER_VALIDATE_IP)) {
|
||||
echo '' . lang('DevDetail_Tools_Ping_Error') . '';
|
||||
echo '' . lang('DevDetail_Tab_Tools_Ping_Error') . '';
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user