]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-preview.php
Do not rebuild cache if it is already rebuild
[mailer.git] / inc / modules / guest / what-preview.php
index 7c5f391333f1299b1853ae3d660ffca0fd50300f..f551ef47b7591c74e7b59193e56a1fa6505a87ab 100644 (file)
@@ -1,38 +1,3 @@
 <?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__);
-
-define('__CONTENT_BASIC'   , loadTemplate('order-basic'       , true));
-define('__CONTENT_COMPLETE', loadTemplate('order-complete'    , true));
-define('__CONTENT_MAX'     , loadTemplate('order-max'         , true));
-
-loadTemplate(substr(basename(__FILE__), 5, -4));
-
-//
+// @DEPRECATED
 ?>