;
This commit is contained in:
parent
2b419f36b4
commit
fe905bbda2
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
include("config.php")
|
include("config.php");
|
||||||
|
|
||||||
if (isset($_POST["ip"]) && isset($_POST["down"]) && isset($_POST["up"]) && isset($_POST["ping"]) && isset($_POST["jitter"])) {
|
if (isset($_POST["ip"]) && isset($_POST["down"]) && isset($_POST["up"]) && isset($_POST["ping"]) && isset($_POST["jitter"])) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue