Aleksander Machniak
2015-03-11 27da86be48926e0bb3af3cc5f6fdf020bdacd045
program/include/rcmail_output_json.php
@@ -181,6 +181,11 @@
     */
    public function raise_error($code, $message)
    {
        if ($code == 403) {
            header('HTTP/1.1 403 Forbidden');
            die("Invalid Request");
        }
        $this->show_message("Application Error ($code): $message", 'error');
        $this->remote_response();
        exit;