whoops
This commit is contained in:
parent
4cf9ff1ffa
commit
a4496b26e6
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
@ -65,7 +65,7 @@ def index():
|
||||||
return render_template("index.html", uploadIndex=uploadIndex, report_count=report_count[0][0], svr_ver=config["version"]), 200
|
return render_template("index.html", uploadIndex=uploadIndex, report_count=report_count[0][0], svr_ver=config["version"]), 200
|
||||||
|
|
||||||
@app.route("/syscheck_up.php", methods=["POST"]) # SysCheckME-dev
|
@app.route("/syscheck_up.php", methods=["POST"]) # SysCheckME-dev
|
||||||
@app.route("/syscheck_u_receiver.php", methods=["POST"]) # literally anything else (DNS?)
|
@app.route("/syscheck_receiver.php", methods=["POST"]) # literally anything else (DNS?)
|
||||||
def syscheck_report():
|
def syscheck_report():
|
||||||
form_data = request.form.to_dict(flat=False)
|
form_data = request.form.to_dict(flat=False)
|
||||||
report_txt = form_data["syscheck"][0]
|
report_txt = form_data["syscheck"][0]
|
||||||
|
|
Loading…
Add table
Reference in a new issue