(no commit message)
[mailer.git] / 0.2.1 / inc / security.php
1 <?php\r
2 /************************************************************************\r
3  * MXChange v0.2.1                                    Start: 09/05/2003 *\r
4  * ===============                              Last change: 11/10/2004 *\r
5  *                                                                      *\r
6  * -------------------------------------------------------------------- *\r
7  * File              : security.php                                     *\r
8  * -------------------------------------------------------------------- *\r
9  * Short description : Access denied!                                   *\r
10  * -------------------------------------------------------------------- *\r
11  * Kurzbeschreibung  : Zugriff verweigert!                              *\r
12  * -------------------------------------------------------------------- *\r
13  *                                                                      *\r
14  * -------------------------------------------------------------------- *\r
15  * Copyright (c) 2003 - 2007 by Roland Haeder                           *\r
16  * For more information visit: http://www.mxchange.org                  *\r
17  *                                                                      *\r
18  * This program is free software; you can redistribute it and/or modify *\r
19  * it under the terms of the GNU General Public License as published by *\r
20  * the Free Software Foundation; either version 2 of the License, or    *\r
21  * (at your option) any later version.                                  *\r
22  *                                                                      *\r
23  * This program is distributed in the hope that it will be useful,      *\r
24  * but WITHOUT ANY WARRANTY; without even the implied warranty of       *\r
25  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the        *\r
26  * GNU General Public License for more details.                         *\r
27  *                                                                      *\r
28  * You should have received a copy of the GNU General Public License    *\r
29  * along with this program; if not, write to the Free Software          *\r
30  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,               *\r
31  * MA  02110-1301  USA                                                  *\r
32  ************************************************************************/\r
33 \r
34 echo "<HTML><HEAD><TITLE>Protected file ".basename($_SERVER['PHP_SELF'])." - ACCESS DENIED!</TITLE></HEAD>\r
35 <BODY bgcolor=\"#880000\" text=\"#FFFFFF\"><DIV align=\"center\">\r
36 <TABLE border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r
37 <TR>\r
38   <TD align=\"center\"><U><STRONG><BIG><BIG>A&nbsp;C&nbsp;C&nbsp;E&nbsp;S&nbsp;S&nbsp;&nbsp;&nbsp;D&nbsp;E&nbsp;N&nbsp;I&nbsp;E&nbsp;D&nbsp;!</BIG></BIG></STRONG></U></TD>\r
39 </TR>\r
40 <TR><TD height=\"10\"></TD></TR>\r
41 <TR>\r
42   <TD align=\"center\">\r
43     You have tried to open a protected file! Your access has been logged in the server's logfile with your IP number:\r
44   </TD>\r
45 </TR>\r
46 <TR><TD height=\"10\"></TD></TR>\r
47 <TR>\r
48   <TD align=\"center\">\r
49     <STRONG>".getenv('REMOTE_ADDR')."</STRONG>\r
50   </TD>\r
51 </TR>\r
52 </TABLE>\r
53 </DIV></BODY>\r
54 </HTML>\n";\r
55 exit();\r
56 //\r
57 ?>\r