]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-aboutme.php
Added more local files + ctracker.php
[mailer.git] / inc / modules / guest / what-aboutme.php
diff --git a/inc/modules/guest/what-aboutme.php b/inc/modules/guest/what-aboutme.php
new file mode 100644 (file)
index 0000000..c38e378
--- /dev/null
@@ -0,0 +1,31 @@
+<?php
+/************************************************************************/
+/* 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));
+
+//
+?>