X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Fwhat-;h=e1fe5e1d8fa5ee1c1c0d978ed8bfade356721fa6;hb=96d8f54d3fee1d51c38dd6b79c28215f7f5c83ec;hp=e970d084324855d1bcb57a96d301b84ebdf4ea43;hpb=995488beda665a1fc3de65df95f2d1ae236d1245;p=mailer.git diff --git a/inc/modules/guest/what- b/inc/modules/guest/what- index e970d08432..e1fe5e1d8f 100644 --- a/inc/modules/guest/what- +++ b/inc/modules/guest/what- @@ -14,12 +14,10 @@ * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * - * Needs to be in all Files and every File needs "svn propset * - * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009, 2010 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * For more information visit: http://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 * @@ -39,11 +37,11 @@ // Some security stuff... if (!defined('__SECURITY')) { - die(); + exit(); } // Add description as navigation point -addMenuDescription('guest', __FILE__); +addYouAreHereLink('guest', __FILE__); // Load default template loadTemplate(substr(basename(__FILE__), 5, -4));