Hotfix
[mailer.git] / inc / modules / guest / what-releases.php
1 <?php
2 /************************************************************************/
3 /* M-XChange v0.1.0                                   Start: 10/19/2003 */
4 /* ================                             Last change: 10/19/2003 */
5 /*                                                                      */
6 /* -------------------------------------------------------------------- */
7 /* File              : what-                                            */
8 /* -------------------------------------------------------------------- */
9 /* Short description :                                                  */
10 /* -------------------------------------------------------------------- */
11 /* Kurzbeschreibung  :                                                  */
12 /* -------------------------------------------------------------------- */
13 /*                                                                      */
14 /* -------------------------------------------------------------------- */
15 /* Copyright (c) 2003 by Roland Haeder                                  */
16 /* For more information visit: http://www.autoinstaller.de              */
17 /*                                                                      */
18 /************************************************************************/
19
20 // Some security stuff...
21 if (!defined('__SECURITY')) {
22         die();
23 }
24
25 // Add description as navigation point
26 addYouAreHereLink('guest', __FILE__);
27
28 loadTemplate(substr(basename(__FILE__), 5, -4));
29
30 //
31 ?>