mirror of
				https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
				synced 2025-11-04 07:33:53 +01:00 
			
		
		
		
	et le app.py
This commit is contained in:
		@@ -363,11 +363,16 @@ def logs():
 | 
				
			|||||||
    print(configs)
 | 
					    print(configs)
 | 
				
			||||||
    return(render_template("logs.html", data=configs))
 | 
					    return(render_template("logs.html", data=configs))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@app.route("/stats/", methods=["GET", "POST"])
 | 
					@app.route("/stats/", methods=["GET", "POST"])
 | 
				
			||||||
def stats():
 | 
					def stats():
 | 
				
			||||||
    return(render_template("stats.html"))
 | 
					    return(render_template("stats.html"))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@app.route("/dev_override/", methods=["GET", "POST"])
 | 
				
			||||||
 | 
					def stats():
 | 
				
			||||||
 | 
					    return(render_template("vnc.html"))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@app.route('/download/<path:filename>', methods=['GET', 'POST'])
 | 
					@app.route('/download/<path:filename>', methods=['GET', 'POST'])
 | 
				
			||||||
@login_required
 | 
					@login_required
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user