3e169f5e0934dec8e0b74eb2cc8cce94ad58bfe7
[mailer.git] / inc / modules / guest / what-docs.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 } // END - if
24
25 // Add description as navigation point
26 addYouAreHereLink('guest', __FILE__);
27
28 // Redirect to wiki
29 redirectToUrl('http://wiki.mxchange.org');
30
31 // [EOF]
32 ?>