unused InitNework removed
This commit is contained in:
parent
2cbfdceaac
commit
64215d57ff
1 changed files with 1 additions and 10 deletions
|
@ -125,18 +125,9 @@ lhs_web::register_client_handler("/post_test", @Formular_Test(),lhs_web::#handle
|
||||||
lhs_web::register_client_handler("php", @Php_Test(),lhs_web::#handler_proto_universal, lhs_web::#handler_type)
|
lhs_web::register_client_handler("php", @Php_Test(),lhs_web::#handler_proto_universal, lhs_web::#handler_type)
|
||||||
|
|
||||||
;*
|
;*
|
||||||
;* Initialisierung Netzwerk
|
;* Start http & https Server
|
||||||
;*
|
;*
|
||||||
|
|
||||||
If InitNetwork()
|
|
||||||
;Alles IO
|
|
||||||
;PrintN("Network initalised")
|
|
||||||
Debug "Network initalised"
|
|
||||||
Else
|
|
||||||
Debug "Network initalisation failen... stop"
|
|
||||||
End
|
|
||||||
EndIf
|
|
||||||
|
|
||||||
If lhs_web::start_server()
|
If lhs_web::start_server()
|
||||||
Debug "Server gestartet" + lhs_web::get_config(lhs_web::#conf_HTTP_port)
|
Debug "Server gestartet" + lhs_web::get_config(lhs_web::#conf_HTTP_port)
|
||||||
Else
|
Else
|
||||||
|
|
Loading…
Reference in a new issue