Aleksander Machniak
2015-05-21 0c08b0477864d4fa65a6fd9c8eb20f45e996f38d
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;