forked from MarseyWorld/MarseyWorld
master
parent
c7ee257d32
commit
bc9e738a43
|
@ -190,7 +190,7 @@ def frontlist(v=None, sort="hot", page=1, t="all", ids_only=True, filter_words='
|
||||||
@auth_desired
|
@auth_desired
|
||||||
def front_all(v):
|
def front_all(v):
|
||||||
|
|
||||||
return "sry upgrading server to handle the large traffic increase\n\nin the meantime, u can go outside or something idk"
|
#return "sry upgrading server to handle the large traffic increase\n\nin the meantime, u can go outside or something idk"
|
||||||
|
|
||||||
if v and v.is_banned and not v.unban_utc: return render_template("seized.html")
|
if v and v.is_banned and not v.unban_utc: return render_template("seized.html")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue