diff --git a/src/Python/flask/web/app.py b/src/Python/flask/web/app.py index 60ddd63..e979435 100644 --- a/src/Python/flask/web/app.py +++ b/src/Python/flask/web/app.py @@ -43,6 +43,10 @@ def move(): def data(): return kobuki_message +@app.route('/phpmyadmin/') +def phpmyadmin_passthrough(path): + # Laat Apache deze route direct afhandelen + return "", 404