forked from rDrama/rDrama
1
0
Fork 0

errors: exempt WPD from cutesy error messages

master
justcool393 2022-11-06 00:25:22 -05:00 committed by GitHub
parent 1ec5de2fcf
commit 1d85fbe470
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -551,6 +551,16 @@ elif SITE == 'watchpeopledie.tv':
PERMS['HOLE_CREATE'] = 2
PERMS['POST_EDITING'] = 2
PERMS['ADMIN_ADD'] = 4
ERROR_TITLES[400] = "Bad Request"
ERROR_TITLES[401] = "Unauthorized"
ERROR_TITLES[403] = "Forbidden"
ERROR_TITLES[404] = "Not Found"
ERROR_TITLES[405] = "Method Not Allowed"
ERROR_TITLES[406] = "Too Many Pings"
ERROR_TITLES[409] = "Conflict"
ERROR_TITLES[415] = "Unsupported Media Type"
ERROR_TITLES[500] = "Internal Server Error"
SIDEBAR_THREAD = 5403
BANNER_THREAD = 9869