]> git.mxchange.org Git - mailer.git/blob - guestbook/index.php
Added local files.
[mailer.git] / guestbook / index.php
1 <?php\r
2 /**\r
3 * $Id: index.php,v 1.0 2005/31/12 12:00:00 thomasz Exp $\r
4 *\r
5 * @author       Thomas Zeithaml <info@spider-trap.de>\r
6 * @copyright    (c) 2005-2006 Spider-Trap Team\r
7\r
8 * The contents of this file are subject to the Mozilla Public License\r
9 * Version 1.1 (the "License"); you may not use this file except in\r
10 * compliance with the License. You may obtain a copy of the License at\r
11 * http://www.mozilla.org/MPL/\r
12\r
13 * Software distributed under the License is distributed on an "AS IS"\r
14 * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the\r
15 * License for the specific language governing rights and limitations\r
16 * under the License.\r
17 */\r
18 include "settings.php";\r
19 include trap_core_path."core.inc.php";\r
20 add_blacklist($_SERVER['REMOTE_ADDR'], $_SERVER['REQUEST_METHOD'], $_SERVER['REQUEST_URI'], $_SERVER['SERVER_PROTOCOL'], $_SERVER['HTTP_REFERRER'], $_SERVER['HTTP_USER_AGENT']);\r
21 header('Location: forbid.php');\r
22 exit;\r
23 ?>\r