]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/filter/verifier/class_PasswordGuestVerifierFilter.php
Moved from 'hub' code.
[core.git] / inc / classes / main / filter / verifier / class_PasswordGuestVerifierFilter.php
index aa6027af7ae3d651218f222835a298ae2a65550e..fa136b0cb9b0d9a9469f1d65972e347f8e64ba0a 100644 (file)
@@ -3,11 +3,11 @@
  * A concrete filter for validating the guest password. This filter may intercept
  * the filter chain if no password is given or the password is invalid
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2014 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.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
@@ -36,7 +36,7 @@ class PasswordGuestVerifierFilter extends BaseFilter implements Filterable {
        /**
         * Creates an instance of this filter class
         *
-        * @return      $filterInstance                 An instance of this filter class
+        * @return      $filterInstance         An instance of this filter class
         */
        public static final function createPasswordGuestVerifierFilter () {
                // Get a new instance