Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / inc / security.php
index 19cff33338db66478d0042712ebc2039109aa3bd..f551ef47b7591c74e7b59193e56a1fa6505a87ab 100644 (file)
@@ -1,71 +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!                              *
- * -------------------------------------------------------------------- *
- * $Revision::                                                        $ *
- * $Date::                                                            $ *
- * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author::                                                          $ *
- * Needs to be in all Files and every File needs "svn propset           *
- * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
- * -------------------------------------------------------------------- *
- * 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>");
-
-print("<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>".detectRemoteAddr()."</strong>
-  </td>
-</tr>
-</table>
-</div>
-</body>
-</html>\n");
-shutdown();
-//
+// @DEPRECATED
 ?>