Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Untitled
SUBMITTED BY:
Guest
DATE:
April 10, 2014, 8:45 a.m.
FORMAT:
Text only
SIZE:
248 Bytes
Raw
Download
Tweet
HITS:
716
Go to comments
Report
<?php
if (!empty($_SERVER['HTTPS']) && ('on' == $_SERVER['HTTPS'])) {
$uri = 'https://';
} else {
$uri = 'http://';
}
$uri .= $_SERVER['HTTP_HOST'];
header('Location: '.$uri.'/secure/');
exit;
?>
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus