diff --git a/QnetLink.cpp b/QnetLink.cpp index 6e546ce..972987c 100644 --- a/QnetLink.cpp +++ b/QnetLink.cpp @@ -3288,7 +3288,6 @@ bool CQnetLink::Init(const char *cfgfile) if (qnDB.Open(fname.c_str())) return true; qnDB.ClearLS(); - LoadGateways(gwys); /* create our server */ if (!srv_open()) { @@ -3296,6 +3295,8 @@ bool CQnetLink::Init(const char *cfgfile) return true; } + LoadGateways(gwys); + std::string index(announce_dir); index.append("/index.dat"); std::ifstream indexfile(index.c_str(), std::ifstream::in); diff --git a/index.php b/index.php index 95d524d..a08e04d 100644 --- a/index.php +++ b/index.php @@ -114,7 +114,7 @@ foreach($showlist as $section) { if (`ps -aux | grep -e qn -e MMDVMHost | wc -l` > 2) { echo 'Processes:
', "\n"; echo str_replace(' ', ' ', 'USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
'), "\n"; - $lines = explode("\n", `ps -aux | grep -e qngateway -e qnlink -e qndtmf -e qndvap -e qnitap -e qnrelay -e qndvrptr -e qnmodem -e MMDVMHost | grep -v grep`); + $lines = explode("\n", `ps -aux | grep -e qngateway -e qnlink -e qndtmf -e qndvap -e qnitap -e qnrelay -e qndvrptr -e qnmodem -e MMDVMHost | grep -v -e grep -e journal`); foreach ($lines as $line) { echo str_replace(' ', ' ', $line), "
\n"; } @@ -254,6 +254,6 @@ foreach($showlist as $section) { } ?>
-

QnetGateway Dashboard Version 2.1 Copyright © by Thomas A. Early, N7TAE.

+

QnetGateway Dashboard Version 525 Copyright © by Thomas A. Early, N7TAE.