Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MiniDexed/commit/543fc1ea3e759cb66b78fbd82dd8f3e03143cdf7?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
2 additions and
2 deletions
src/config.cpp
src/minidexed.ini
@ -198,7 +198,7 @@ void CConfig::Load (void)
m_bMIDIDumpEnabled = m_Properties . GetNumber ( " MIDIDumpEnabled " , 0 ) ! = 0 ;
m_bMIDIDumpEnabled = m_Properties . GetNumber ( " MIDIDumpEnabled " , 0 ) ! = 0 ;
m_bProfileEnabled = m_Properties . GetNumber ( " ProfileEnabled " , 0 ) ! = 0 ;
m_bProfileEnabled = m_Properties . GetNumber ( " ProfileEnabled " , 0 ) ! = 0 ;
m_bPerformanceSelectToLoad = m_Properties . GetNumber ( " PerformanceSelectToLoad " , 1 ) ! = 0 ;
m_bPerformanceSelectToLoad = m_Properties . GetNumber ( " PerformanceSelectToLoad " , 0 ) ! = 0 ;
m_bPerformanceSelectChannel = m_Properties . GetNumber ( " PerformanceSelectChannel " , 0 ) ;
m_bPerformanceSelectChannel = m_Properties . GetNumber ( " PerformanceSelectChannel " , 0 ) ;
// Network
// Network
@ -166,4 +166,4 @@ NetworkSyslogEnabled=0
NetworkSyslogServerIPAddress = 0
NetworkSyslogServerIPAddress = 0
# Performance
# Performance
PerformanceSelectToLoad = 1
PerformanceSelectToLoad = 0