Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/AutoConnect/commit/7c840d0d6f515c41f9495b01acd8c6b495d62eeb
You should set ROOT_URL correctly, otherwise the web may not work correctly.
7 changed files with
11 additions and
11 deletions
src/AutoConnect.cpp
src/AutoConnect.h
src/AutoConnectDefs.h
src/AutoConnectLabels.h
src/AutoConnectUpdate.cpp
src/AutoConnectUpdate.h
src/AutoConnectUpdatePage.h
@ -2,8 +2,8 @@
* AutoConnect class implementation .
* @ file AutoConnect . cpp
* @ author hieromon @ gmail . com
* @ version 0.9 .9
* @ date 2019 - 05 - 25
* @ version 0.9 .10
* @ date 2019 - 05 - 28
* @ copyright MIT license .
*/
@ -2,8 +2,8 @@
* Declaration of AutoConnect class and accompanying AutoConnectConfig class .
* @ file AutoConnect . h
* @ author hieromon @ gmail . com
* @ version 0.9 .9
* @ date 2019 - 05 - 25
* @ version 0.9 .10
* @ date 2019 - 05 - 28
* @ copyright MIT license .
*/
@ -2,8 +2,8 @@
* Predefined AutoConnect configuration parameters .
* @ file AutoConnectDefs . h
* @ author hieromon @ gmail . com
* @ version 0.9 .9
* @ date 2019 - 05 - 25
* @ version 0.9 .10
* @ date 2019 - 05 - 28
* @ copyright MIT license .
*/
@ -2,8 +2,8 @@
* AutoConnect proper menu label constant definition .
* @ file AutoConnectLabels . h
* @ author hieromon @ gmail . com
* @ version 0.9 .8
* @ date 2019 - 03 - 11
* @ version 0.9 .10
* @ date 2019 - 05 - 28
* @ copyright MIT license .
*/
@ -2,7 +2,7 @@
* AutoConnectUpdate class implementation .
* @ file AutoConnectUpdate . cpp
* @ author hieromon @ gmail . com
* @ version 0.9 .9
* @ version 0.9 .10
* @ date 2019 - 05 - 14
* @ copyright MIT license .
*/
@ -21,7 +21,7 @@
* pages are incorporated into the AutoConnect menu .
* @ file AutoConnectUpdate . h
* @ author hieromon @ gmail . com
* @ version 0.9 .9
* @ version 0.9 .10
* @ date 2019 - 05 - 14
* @ copyright MIT license .
*/
@ -3,7 +3,7 @@
* AutoConnectUpdate class .
* @ file AutoConnectUpdatePage . h
* @ author hieromon @ gmail . com
* @ version 0.9 .9
* @ version 0.9 .10
* @ date 2019 - 05 - 14
* @ copyright MIT license .
*/