]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/commands/web/class_WebLoginAreaCommand.php
Login and auth classes added. WARNING: All class config entries must end with _class!
[shipsimu.git] / inc / classes / main / commands / web / class_WebLoginAreaCommand.php
index da423e95265a5b86fffdaa9da05ea6c9f7f52165..d5f45ec598d9ab404eb4048ad41e4896bf862a03 100644 (file)
@@ -66,8 +66,6 @@ class WebLoginAreaCommand extends BaseCommand implements Commandable {
         * @return      void
         */
        public function execute (Requestable $requestInstance, Responseable $responseInstance) {
-               // TODO Add basic check on authorization data here
-
                // Default action is the one from configuration
                $action = sprintf("login_%s", $this->getConfigInstance()->readConfig('login_default_action'));