Remove unused ADMINISTRATORS content upload posts.
The ADMINISTRATORS list contained hardcoded post IDs (in the 30000s)
intended to be used for uploading graphical assets onto a production
instance of the site. This functionality is not needed here, and the
special logic to bypass awards when commenting on those posts was
largely removed in 9d4195a89f
.
This commit is contained in:
parent
3f360bb457
commit
8949b57609
3 changed files with 13 additions and 40 deletions
|
@ -64,5 +64,4 @@ def inject_constants():
|
|||
"config":app.config.get,
|
||||
"DEFAULT_COLOR":DEFAULT_COLOR,
|
||||
"COLORS":COLORS,
|
||||
"ADMINISTRATORS":ADMINISTRATORS
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue