]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/action-main.php
First batch of removal of the headers needed for revision-functions.php
[mailer.git] / inc / modules / guest / action-main.php
index 320ca5ba75423aee48315e7d6342a33caa5928a9..0a5ab45a450df5f7ab5250941f97077cbd65a675 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Hauptmenue: Anmeldung, Login, Willkommen usw.    *
  * -------------------------------------------------------------------- *
- * $Revision::                                                        $ *
- * $Date::                                                            $ *
- * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author::                                                          $ *
- * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
@@ -47,7 +42,7 @@ if (!defined('__SECURITY')) {
 addYouAreHereLink('guest', __FILE__);
 
 // Load the include file
-$inc = sprintf("inc/modules/guest/what-%s.php", getWhat());
+$inc = sprintf('inc/modules/guest/what-%s.php', getWhat());
 if (isIncludeReadable($inc)) {
        // Ok, we finally load the guest action module
        loadIncludeOnce($inc);