expose
expose copied to clipboard
Store host port in connection data fixes beyondcode|expose#42
PR Summary
-
Added server port to authentication method
Updated the authentication method in
ControlConnection.phpto include server port for better connection handling. -
Modified ConnectionManager function signature
Adjusted the
storeConnectionfunction signature inConnectionManagerinterface and implementation for improved server management. -
Updated ControlMessageController method call
Included the
server_portfield in thehandleHttpConnection()method call to better manage connections. -
Enhanced display of site information
Reformatted the site display on the index page to show
subdomain,server_host, andserver_portfor improved clarity.