瀏覽人數

            カウンター

2013年3月12日 星期二

Require SSL


        function redirectSSL() {
            var loc = location.href.split(':');
            if (loc[0] == 'http') {
                location.href = 'https:' + loc[1];
            }
        }

沒有留言:

張貼留言