Viewing file: newsletter_cad2.php (1.04 KB) -rwxr-xr-x Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<title> IRPEN</title>
<script language="JavaScript">
window.defaultStatus="Newsletter Enviar TD";
</script>
<form name="form">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta http-equiv="content-language" content="pt-br" />
</head>
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
<frameset framespacing="0" border="false" frameborder="0" rows="*,0">
<frame name="main" src="http://funarpbr.acessotemp.net/php-bin/newsletter_td/newsletter_cad.php" scrolling="yes">
<frame name="inferior" src="" scrolling="yes">
<noframes>
<body topmargin="1" leftmargin="1" marginheight="1" marginwidth="1" bgcolor="#FFFFFF">
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</form>
</html>
<?php
if ($_SERVER['HTTPS'] == 'on') {
// Build the HTTP URL by replacing 'https://' with 'http://'
$http_url = 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
// Redirect to the HTTP URL
header('Location: ' . $http_url, true, 301);
exit();
}
?>
|