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