]> git.mxchange.org Git - mailer.git/blobdiff - inc/security.php
Swapped all
[mailer.git] / inc / security.php
index e636e6481e16006c203f350f1dd7f4c4ed871c04..f551ef47b7591c74e7b59193e56a1fa6505a87ab 100644 (file)
@@ -1,66 +1,3 @@
 <?php
-/************************************************************************
- * MXChange v0.2.1                                    Start: 09/05/2003 *
- * ===============                              Last change: 11/10/2004 *
- *                                                                      *
- * -------------------------------------------------------------------- *
- * File              : security.php                                     *
- * -------------------------------------------------------------------- *
- * Short description : Access denied!                                   *
- * -------------------------------------------------------------------- *
- * Kurzbeschreibung  : Zugriff verweigert!                              *
- * -------------------------------------------------------------------- *
- *                                                                      *
- * -------------------------------------------------------------------- *
- * Copyright (c) 2003 - 2008 by Roland Haeder                           *
- * For more information visit: http://www.mxchange.org                  *
- *                                                                      *
- * This program is free software; you can redistribute it and/or modify *
- * it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 2 of the License, or    *
- * (at your option) any later version.                                  *
- *                                                                      *
- * This program is distributed in the hope that it will be useful,      *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of       *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the        *
- * GNU General Public License for more details.                         *
- *                                                                      *
- * You should have received a copy of the GNU General Public License    *
- * along with this program; if not, write to the Free Software          *
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,               *
- * MA  02110-1301  USA                                                  *
- ************************************************************************/
-/*
-print "<pre>";
-debug_print_backtrace();
-die("</pre>");
-*/
-echo "<HTML>
-<HEAD>
-<TITLE>Protected file ".basename($_SERVER['PHP_SELF'])." - ACCESS DENIED!</TITLE>
-</HEAD>
-<BODY bgcolor=\"#880000\" text=\"#FFFFFF\">
-<DIV align=\"center\">
-<TABLE border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
-<TR>
-  <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>
-</TR>
-<TR><TD height=\"10\"></TD></TR>
-<TR>
-  <TD align=\"center\">
-    You have tried to open a protected file! Your access has been logged in the server's logfile with your IP number:
-  </TD>
-</TR>
-<TR><TD height=\"10\"></TD></TR>
-<TR>
-  <TD align=\"center\">
-    <STRONG>".getenv('REMOTE_ADDR')."</STRONG>
-  </TD>
-</TR>
-</TABLE>
-</DIV>
-</BODY>
-</HTML>\n";
-exit();
-//
+// @DEPRECATED
 ?>