summaryrefslogtreecommitdiffstats
path: root/frontends/php/hosts.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/hosts.php')
-rw-r--r--frontends/php/hosts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/hosts.php b/frontends/php/hosts.php
index 54041e45..65f86cb0 100644
--- a/frontends/php/hosts.php
+++ b/frontends/php/hosts.php
@@ -296,7 +296,7 @@
<?php
$host=@iif(isset($_GET["host"]),$_GET["host"],"");
- $port=@iif(isset($_GET["port"]),$_GET["port"],get_profile("HOST_PORT",10000));
+ $port=@iif(isset($_GET["port"]),$_GET["port"],get_profile("HOST_PORT",10050));
$status=@iif(isset($_GET["status"]),$_GET["status"],0);
$useip=@iif(isset($_GET["useip"]),$_GET["useip"],"off");
$newgroup=@iif(isset($_GET["newgroup"]),$_GET["newgroup"],"");