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