Rearrange struct client_state to reduce memory on amd64
[privoxy.git] / doc / webserver / submit / confirmad.php
1 <?php
2 //  File :   doc/webserver/submit/confirmad.php
3 //
4 //  Purpose  :  Confirms ad submission.
5 //
6 //  Written by and Copyright (C) 2001 the SourceForge
7 //  Privoxy team. http://www.privoxy.org/
8 //
9 //  Based on the Internet Junkbuster originally written
10 //  by and Copyright (C) 1997 Anonymous Coders and
11 //  Junkbusters Corporation.  http://www.junkbusters.com
12 //
13 //  This program is free software; you can redistribute it
14 //  and/or modify it under the terms of the GNU General
15 //  Public License as published by the Free Software
16 //  Foundation; either version 2 of the License, or (at
17 //  your option) any later version.
18 //
19 //  This program is distributed in the hope that it will
20 //  be useful, but WITHOUT ANY WARRANTY; without even the
21 //  implied warranty of MERCHANTABILITY or FITNESS FOR A
22 //  PARTICULAR PURPOSE.  See the GNU General Public
23 //  License for more details.
24 //
25 //  The GNU General Public License should be included with
26 //  this file.  If not, you can view it at
27 //  http://www.gnu.org/copyleft/gpl.html
28 //  or write to the Free Software Foundation, Inc., 59
29 //  Temple Place - Suite 330, Boston, MA  02111-1307, USA.
30 //
31 //
32 $headers = getallheaders();
33 ?>
34 <html>
35   <head>
36     <title>Privoxy|Confirm ad submission</title>
37     <link rel="stylesheet" type="text/css" href="../p_web.css">
38 </head>
39
40 <h1>Privoxy Feedback</h1>
41
42 <h2>Confirm Ad Submission</h2>
43
44 <p>We have detemined that ...</p>
45
46 </body>
47 </html>