mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 08:40:12 +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:
@@ -101,10 +101,10 @@ void Xport::Import()
|
||||
}
|
||||
}
|
||||
if(!xport_user->editAudio()) {
|
||||
XmlExit("Forbidden",403);
|
||||
XmlExit("Forbidden",404);
|
||||
}
|
||||
if(create&&(!xport_user->createCarts())) {
|
||||
XmlExit("Forbidden",403);
|
||||
XmlExit("Forbidden",404);
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user