summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/forms.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include/forms.inc.php')
-rw-r--r--frontends/php/include/forms.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index f960325b..0b6a3866 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -103,7 +103,7 @@
$description=@iif(isset($_GET["description"]),$_GET["description"],"");
$key=@iif(isset($_GET["key"]),$_GET["key"],"");
$host=@iif(isset($_GET["host"]),$_GET["host"],"");
- $port=@iif(isset($_GET["port"]),$_GET["port"],10000);
+ $port=@iif(isset($_GET["port"]),$_GET["port"],10050);
$delay=@iif(isset($_GET["delay"]),$_GET["delay"],30);
$history=@iif(isset($_GET["history"]),$_GET["history"],90);
$trends=@iif(isset($_GET["trends"]),$_GET["trends"],365);