Reverted last commit
[mailer.git] / inc / modules / guest / what-philosophy.php
index fa038fa9b4861717088b72e4ddd54c28b6d5ad61..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,34 +0,0 @@
-<?php
-/************************************************************************
- * M-XChange v0.1.0                                   Start: 01/27/2004 *
- * ================                             Last change: 01/27/2004 *
- *                                                                      *
- * -------------------------------------------------------------------- *
- * File              : what-                                            *
- * -------------------------------------------------------------------- *
- * Short description :                                                  *
- * -------------------------------------------------------------------- *
- * Kurzbeschreibung  :                                                  *
- * -------------------------------------------------------------------- *
- *                                                                      *
- * -------------------------------------------------------------------- *
- * Copyleft (c) 2003 - 2004 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 (!defined('__SECURITY')) {
-       die();
-}
-
-// Add description as navigation point
-addYouAreHereLink('guest', __FILE__);
-
-loadTemplate(substr(basename(__FILE__), 5, -4));
-
-//
-?>