Parent Directory
|
Revision Log
Add SSL support
| 1 | if (document.location.protocol == "http:") |
| 2 | { |
| 3 | url = document.location.href.replace("http://","https://"); |
| 4 | url = url.replace(":80","443"); |
| 5 | document.location.href = url; |
| 6 | } |
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |