diff options
author | root <clyhtsuriva@gmail.com> | 2020-03-01 21:18:29 +0100 |
---|---|---|
committer | root <clyhtsuriva@gmail.com> | 2020-03-01 21:18:29 +0100 |
commit | 30e5e0279463f67d94b1c0f55f2fda97bcf9b1df (patch) | |
tree | d347edbdc3a2a57b4be76c93c65841b8cd746723 /web/test.py | |
parent | 32dfd7da66bce3d39812cecf5aba5ef6f8c97c0b (diff) |
password protection
Diffstat (limited to 'web/test.py')
-rw-r--r-- | web/test.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/web/test.py b/web/test.py deleted file mode 100644 index 4da1d58..0000000 --- a/web/test.py +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/python3 -# -*- coding: utf-8 -*- - -import mod_python -import fonctions - -def index(req): - req.content_type="text/html" - req.write(fonctions.baseHTML("Test","This is a test page.")) |