Reverted last commit
[mailer.git] / inc / modules / guest / what-downloads.php
index 20524a2a22088dc201b5e5be735bf271a8f13035..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();
-}
-
-// Add description as navigation point
-addYouAreHereLink('guest', __FILE__);
-
-// Load template
-loadTemplate('downloads');
-
-//
-?>