Subversion Repositories oidplus

Rev

Rev 607 | Rev 773 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 607 Rev 639
Line 120... Line 120...
120
                } else {
120
                } else {
121
                        throw new OIDplusException(_L('Invalid action ID'));
121
                        throw new OIDplusException(_L('Invalid action ID'));
122
                }
122
                }
123
        }
123
        }
124
 
124
 
-
 
125
        OIDplus::invoke_shutdown();
-
 
126
 
125
        @header('Content-Type:application/json; charset=utf-8');
127
        @header('Content-Type:application/json; charset=utf-8');
126
        echo json_encode($json_out);
128
        echo json_encode($json_out);
127
 
129
 
128
} catch (Exception $e) {
130
} catch (Exception $e) {
129
 
131