Suppression du warning

bug #5259
This commit is contained in:
Rodolphe Quiedeville
2003-09-13 16:37:51 +00:00
parent 0ca4af10d0
commit 6bfa86aa17

View File

@@ -1,12 +1,3 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" type="text/css" href="../blue.css">
<title>FSFE France - Formulaire</title>
</head>
<body topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" marginheight="0" marginwidth="0">
<?PHP
/* Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
*
@@ -29,6 +20,20 @@
*
*/
require("../../../main.inc.php");
echo '
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" type="text/css" href="../blue.css">
<title>FSFE France - Formulaire</title>
</head>
<body topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" marginheight="0" marginwidth="0">
';
require("../../../projetdon.class.php");
require("../../../don.class.php");