]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-references.php
Added more local files + ctracker.php
[mailer.git] / inc / modules / guest / what-references.php
index f551ef47b7591c74e7b59193e56a1fa6505a87ab..c38e378409a155f702832b05e2bf1095a47231a8 100644 (file)
@@ -1,3 +1,31 @@
 <?php
-// @DEPRECATED
+/************************************************************************/
+/* M-XChange v0.1.0                                   Start: 10/19/2003 */
+/* ================                             Last change: 10/19/2003 */
+/*                                                                      */
+/* -------------------------------------------------------------------- */
+/* File              : what-                                            */
+/* -------------------------------------------------------------------- */
+/* Short description :                                                  */
+/* -------------------------------------------------------------------- */
+/* Kurzbeschreibung  :                                                  */
+/* -------------------------------------------------------------------- */
+/*                                                                      */
+/* -------------------------------------------------------------------- */
+/* Copyright (c) 2003 by Roland Haeder                                  */
+/* For more information visit: http://www.autoinstaller.de              */
+/*                                                                      */
+/************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       die();
+}
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+//
 ?>