branched
[mailer.git] / 0.2.1 / inc / modules / guest / what-
diff --git a/0.2.1/inc/modules/guest/what- b/0.2.1/inc/modules/guest/what-
deleted file mode 100644 (file)
index 0d00e62..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<?php
-/************************************************************************
- * MXChange v0.2.1                                    Start: 01/27/2004 *
- * ================                             Last change: 01/27/2004 *
- *                                                                      *
- * -------------------------------------------------------------------- *
- * File              : what-                                            *
- * -------------------------------------------------------------------- *
- * Short description :                                                  *
- * -------------------------------------------------------------------- *
- * Kurzbeschreibung  :                                                  *
- * -------------------------------------------------------------------- *
- *                                                                      *
- * -------------------------------------------------------------------- *
- * Copyleft (c) 2003, 2004, 2005 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.       *
- ************************************************************************/
-
-// Some security stuff...
-if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
-{
-       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
-       require($INC);
-}
-// Add description as navigation point
-ADD_DESCR("guest", basename(__FILE__));
-OPEN_TABLE("100%", "", "center", "top");
-LOAD_TEMPLATE(substr(basename(__FILE__), 5, -4));
-CLOSE_TABLE();
-//
-?>