mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 15:45:59 +01:00
2017-04-03 Fred Gleason <fredg@paravelsystems.com>
* Changed all instances of authorization failure in the rdxport service to return code 404.
This commit is contained in:
@@ -49,7 +49,7 @@ void Xport::DeleteAudio()
|
||||
// Process Request
|
||||
//
|
||||
if((!xport_user->deleteCarts())&&(!xport_user->adminConfig())) {
|
||||
XmlExit("User not authorized",403);
|
||||
XmlExit("User not authorized",404);
|
||||
}
|
||||
RDCut *cut=new RDCut(cartnum,cutnum);
|
||||
if(!cut->exists()) {
|
||||
|
||||
Reference in New Issue
Block a user