mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2025-12-14 12:13:34 -06:00
ubuntu bad v3.1
This commit is contained in:
@@ -101,7 +101,7 @@ def hidden_help(id):
|
|||||||
@login_required
|
@login_required
|
||||||
def hidden(id):
|
def hidden(id):
|
||||||
if id != app.config['HIDDEN_URL']:
|
if id != app.config['HIDDEN_URL']:
|
||||||
return '{}<br>{}<br>{}'.format(app.config['HIDDEN_URL'], str(type(app.config['HIDDEN_URL'])), str(type(id)))
|
return '{} != {}'.format(id, app.config['HIDDEN_URL'])
|
||||||
# Handled within request
|
# Handled within request
|
||||||
tags = request.args.get('tags') or 'trap'
|
tags = request.args.get('tags') or 'trap'
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user