This commit is contained in:
alexey
2025-03-23 20:13:17 +03:00
parent 081e9bc86d
commit 5fe73247b0

2
app.rb
View File

@@ -1306,7 +1306,7 @@ get "/prjremoteaddr/:id" do
@proj_name = prj_info[:projname]
@proj_id = params["id"]
@addres = prj_info[:remote_address]
erb :prjremote
erb :projremote
end
end
end