]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-docs.php
Reverted last commit
[mailer.git] / inc / modules / guest / what-docs.php
index 3e169f5e0934dec8e0b74eb2cc8cce94ad58bfe7..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,32 +0,0 @@
-<?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();
-} // END - if
-
-// Add description as navigation point
-addYouAreHereLink('guest', __FILE__);
-
-// Redirect to wiki
-redirectToUrl('http://wiki.mxchange.org');
-
-// [EOF]
-?>