Aleksander Machniak
2015-04-05 1ad0e7da5207ab0403f40ee4e14eb282cfab3080
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;