Several constant fixes
[mailer.git] / inc / modules / guest / what-
1 <?php
2 /************************************************************************
3  * MXChange v0.2.1                                    Start: 01/27/2004 *
4  * ================                             Last change: 01/27/2004 *
5  *                                                                      *
6  * -------------------------------------------------------------------- *
7  * File              : what-                                            *
8  * -------------------------------------------------------------------- *
9  * Short description :                                                  *
10  * -------------------------------------------------------------------- *
11  * Kurzbeschreibung  :                                                  *
12  * -------------------------------------------------------------------- *
13  *                                                                      *
14  * -------------------------------------------------------------------- *
15  * Copyleft (c) 2003, 2004, 2005 by Roland Haeder                       *
16  * For more information visit: http://www.mxchange.org                  *
17  *                                                                      *
18  * This program is free software. You can redistribute it and/or modify *
19  * it under the terms of the GNU General Public License as published by *
20  * the Free Software Foundation; either version 2 of the License.       *
21  ************************************************************************/
22
23 // Some security stuff...
24 if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
25 {
26         $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
27         require($INC);
28 }
29 // Add description as navigation point
30 ADD_DESCR("guest", basename(__FILE__));
31 OPEN_TABLE("100%", "", "center", "top");
32 LOAD_TEMPLATE(substr(basename(__FILE__), 5, -4));
33 CLOSE_TABLE();
34 //
35 ?>