]> git.p6c8.net - devedit.git/commit
Heavily improved devedit_reload():
authorpcanterino <>
Mon, 12 Jul 2004 12:30:35 +0000 (12:30 +0000)
committerpcanterino <>
Mon, 12 Jul 2004 12:30:35 +0000 (12:30 +0000)
commit94c8a9b0ec83b96ea5f6f23059aeafbc8c5122e1
tree3084018f1f130e0b0613bf9168555d53b3ed8137
parenta180f0b982f525ea2d17516f9aa43d3313399de1
Heavily improved devedit_reload():

- Detection of SSL encrypted HTTP (HTTPS) by checking the HTTPS environment
  variable
- Check if the server listens on the default port or not
- Support for query string parameters with multiple values - thanks a lot to
  Andre Malo (n.d. parker)!
- Encode non-ASCII-chars and special chars in the query string
- Using virtual_host() from the CGI module (has some advantages)
modules/Tool.pm

patrick-canterino.de