Completed removing passwords and personal data

This commit is contained in:
2024-04-30 15:34:40 +01:00
parent 844354fa53
commit a95ae3654b
2 changed files with 3 additions and 1 deletions

View File

@@ -120,10 +120,11 @@ def hello():
def goodbye():
return "Goodbye, cruel World!"
"""
@app.route('/public_html/403.shtml', methods=['GET'])
def forbidden():
return send_from_directory('/home/partsltd/public_html', '403.shtml')
"""
def application(environ, start_response):
start_response('200 OK', [('Content-Type', 'text/plain')])

1
git-filter-repo Submodule

Submodule git-filter-repo added at 4bc9022afc