r25158 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25157‎ | r25158 | r25159 >
Date:13:05, 26 August 2007
Author:midom
Status:old
Tags:
Comment:
ohnoes, security fix :)
Modified paths:
  • /trunk/udpprofile/web/admin.py (modified) (history)

Diff [purge]

Index: trunk/udpprofile/web/admin.py
@@ -35,7 +35,7 @@
3636 store = shelve.open('baselines')
3737
3838 if 'action' not in form:
39 - if 'sample' in form:
 39+ if 'sample' in form and authed:
4040 del store[form['sample']]
4141 elif form['action'] == 'clear' and authed:
4242 from socket import *

Status & tagging log