Parent Directory
|
Revision Log
Remove legacy code
| 1 | sysadm | 1.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 |