X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Fwhat-;h=ef9c4b27ea4dd0bd66f0d79a887267407feb32e0;hp=398d66ae4a9d1b8e85d992ca720bd7a60f6b4469;hb=61621983cc6d7195fcc7eab29b5f6080ff283b34;hpb=20741b93fd58620af677a7f1039ffd16ea6ec689 diff --git a/inc/modules/guest/what- b/inc/modules/guest/what- index 398d66ae4a..ef9c4b27ea 100644 --- a/inc/modules/guest/what- +++ b/inc/modules/guest/what- @@ -10,13 +10,8 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : * * -------------------------------------------------------------------- * - * $Revision:: $ * - * $Date:: $ * - * $Tag:: 0.2.1-FINAL $ * - * $Author:: $ * - * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2011 by Mailer Developer Team * + * Copyright (c) 2009 - 2016 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -37,8 +32,8 @@ // Some security stuff... if (!defined('__SECURITY')) { - die(); -} + exit(); +} // END - if // Add description as navigation point addYouAreHereLink('guest', __FILE__);