|
@@ -243,7 +243,7 @@ class RequestController
|
|
|
}
|
|
|
}
|
|
|
// header("Location: {$_SERVER['HTTP_REFERER']}");
|
|
|
- echo "<html><body><pre>" . $this->printFormat($d) . "</pre><br/>";
|
|
|
+ echo "<html><body><pre style=\"font-size: 14pt;\">" . $this->printFormat($d) . "</pre><br/>";
|
|
|
echo "<form action=\"" . $_SERVER['HTTP_REFERER'] . "\" method=\"POST\"><input type=\"submit\" value=\"Nächster Kunde\"/></form></body></html>";
|
|
|
exit();
|
|
|
}
|