Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/AutoConnect/commit/09f363030dda2d6253af39068ffab714d5eb162a
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
1 deletions
src/AutoConnectAux.h
@ -55,7 +55,8 @@ class AutoConnectAux : public PageBuilder {
void add ( AutoConnectElementVT addons ) ; /**< Add the element set to the auxiliary page */
template < typename T >
T & getElement ( const String & name ) ;
AutoConnectElement * getElement ( const String & name ) ; /**< Get registered AutoConnectElement as specified name */
AutoConnectElement * getElement ( const String & name ) ; /**< Get registered AutoConnectElement as specified name */
AutoConnectElementVT & getElements ( void ) { return _addonElm ; } /**< Get vector of all elements */
void menu ( const bool post ) { _menu = post ; } /**< Set or reset the display as menu item for this aux */
bool release ( const String & name ) ; /**< Release an AutoConnectElement */
bool setElementValue ( const String & name , const String value ) ; /**< Set value to specified element */