- VERSION 5.08.25

- Se modificaron los archivos de reinicio de los servicios (servidor y Bow) y se cambio el menu del "manager" para que a seccion de "reload" incluya la liga a reinciar Bow.
This commit is contained in:
2025-08-25 11:51:45 -06:00
parent 6597ef3394
commit 911879b5d5
16 changed files with 695 additions and 34 deletions

View File

@@ -29,9 +29,8 @@ Sub Handle(req As ServletRequest, resp As ServletResponse)
Connector = Main.Connectors.Get("DB1")
Dim con As SQL
Try
Log(1)
con = Connector.GetConnection("DB1")
Log("regresamos 1")
Log("Metodo: " & method)
If method = "query2" Then
q = ExecuteQuery2("DB1", con, in, resp)
'#if VERSION1