header fixes

pull/1/head
root 20 years ago
parent 7e6ac09d8f
commit 96c50b7bb5

@ -1,7 +1,7 @@
<? <?
if($process == "Confirm, I agree to these terms and conditions" && $iagree == "yes") if($process == "Confirm, I agree to these terms and conditions" && $iagree == "yes")
{ {
$output_file = $fname = "cacert-20050321.tar.bz2"; $output_file = $fname = "cacert-20050516.tar.bz2";
header('Pragma: public'); header('Pragma: public');
@ -16,15 +16,9 @@
readfile($_SESSION['_config'][filepath]."/tarballs/$fname"); readfile($_SESSION['_config'][filepath]."/tarballs/$fname");
exit; exit;
} }
loadem("index");
showheader(_("CAcert Source License"));
?> ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>CAcert Source License</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body> <body>
<p align="center">CAcert Inc.<br> <p align="center">CAcert Inc.<br>
Source Code License Terms</p> Source Code License Terms</p>
@ -78,5 +72,4 @@ Source Code License Terms</p>
<input type="checkbox" name="iagree" value="yes"> Tick this box to acknowledge you agree to these terms and conditions<br> <input type="checkbox" name="iagree" value="yes"> Tick this box to acknowledge you agree to these terms and conditions<br>
<input type="submit" name="process" value="Confirm, I agree to these terms and conditions"> <input type="submit" name="process" value="Confirm, I agree to these terms and conditions">
</form> </form>
</body> <? showfooter(); ?>
</html>

Loading…
Cancel
Save