]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-demo.php
Fixed referral system (hopefully for good)
[mailer.git] / inc / modules / guest / what-demo.php
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..fa038fa9b4861717088b72e4ddd54c28b6d5ad61 100644 (file)
@@ -0,0 +1,34 @@
+<?php
+/************************************************************************
+ * M-XChange v0.1.0                                   Start: 01/27/2004 *
+ * ================                             Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-                                            *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * Copyleft (c) 2003 - 2004 by Roland Haeder                            *
+ * For more information visit: http://www.mxchange.org                  *
+ *                                                                      *
+ * This program is free software. You can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License.       *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       die();
+}
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+//
+?>