X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fcommands%2Fweb%2Fclass_WebDoFormCommand.php;fp=inc%2Fclasses%2Fmain%2Fcommands%2Fweb%2Fclass_WebDoFormCommand.php;h=dfd7b2cfc7ec4933058d8991fb50ead099435cd9;hb=58e0fb00204ed031ec9d312b0fa0f6f693711aae;hp=79f292a7a76dda6b3543a0020c86122af45969cd;hpb=495b289c89510c0a56651ff439055cffd35d1f89;p=shipsimu.git diff --git a/inc/classes/main/commands/web/class_WebDoFormCommand.php b/inc/classes/main/commands/web/class_WebDoFormCommand.php index 79f292a..dfd7b2c 100644 --- a/inc/classes/main/commands/web/class_WebDoFormCommand.php +++ b/inc/classes/main/commands/web/class_WebDoFormCommand.php @@ -67,9 +67,7 @@ class WebDoFormCommand extends BaseCommand implements Commandable { */ public function execute (Requestable $requestInstance, Responseable $responseInstance) { // Should never be executed... - echo "This should never be executed!
";
-		debug_print_backtrace();
-		die("
Good bye..."); + $this->debugBacktrace(); } /**