Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MiniDexed/commit/9fcacb24a219d77ae7a3b2c4b3a61585dbbffdc6?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Don't write "IP" to save space for the IP address

pull/761/head
probonopd 8 months ago committed by GitHub
parent d331dfa03e
commit 9fcacb24a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/minidexed.cpp

@ -2230,7 +2230,7 @@ void CMiniDexed::UpdateNetwork()
{ {
LOGNOTE("FTP daemon initialized"); LOGNOTE("FTP daemon initialized");
} }
m_UI.DisplayWrite (IPString, "IP", "TG1", 0, 1); // FIXME: Do not hardcode "TG1" here m_UI.DisplayWrite (IPString, "", "TG1", 0, 1); // FIXME: Do not hardcode "TG1" here
/*m_pmDNSPublisher = new CmDNSPublisher (m_pNet); /*m_pmDNSPublisher = new CmDNSPublisher (m_pNet);
assert (m_pmDNSPublisher); assert (m_pmDNSPublisher);

Loading…
Cancel
Save