Check that the editor is the admin

main
Bob Mottram 2020-11-10 12:28:54 +00:00
parent d78139a258
commit 67ea679887
1 changed files with 21 additions and 18 deletions

View File

@ -2908,6 +2908,9 @@ class PubServer(BaseHTTPRequestHandler):
if os.path.isfile(linksFilename):
os.remove(linksFilename)
adminNickname = \
getConfigParam(baseDir, 'admin')
if nickname == adminNickname:
if fields.get('editedAbout'):
aboutStr = fields['editedAbout']
aboutFile = open(aboutFilename, "w+")