Aleksander Machniak
2015-04-08 292292df32a5d3f8db2cfc266fb4a8f7dbf52468
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;