diff options
| author | ChatChimi <Pichue07@gmail.com> | 2020-04-18 14:23:26 +0200 |
|---|---|---|
| committer | ChatChimi <Pichue07@gmail.com> | 2020-04-18 14:23:26 +0200 |
| commit | dc48cf7cbca435becc481c80214b320e78825eeb (patch) | |
| tree | 79642f267de8d8a04655d1ce3670a9acaeffb081 /www/html | |
| parent | 1323e52025bfd6f6e7584295619002a897c8da0c (diff) | |
| parent | 4378405eea982cb3a42584d95767b5003675f611 (diff) | |
| download | ATS-dc48cf7cbca435becc481c80214b320e78825eeb.tar.gz ATS-dc48cf7cbca435becc481c80214b320e78825eeb.tar.bz2 ATS-dc48cf7cbca435becc481c80214b320e78825eeb.zip | |
Merge branch 'master' of https://github.com/clyhtsuriva/ATS-Project
Diffstat (limited to '')
| -rwxr-xr-x | www/html/.htaccess (renamed from web/website/.htaccess) | 3 | ||||
| -rwxr-xr-x | www/html/fonctions.py (renamed from web/website/fonctions.py) | 0 | ||||
| -rwxr-xr-x | www/html/index.html (renamed from web/website/index.html) | 0 | ||||
| -rwxr-xr-x | www/html/index.py (renamed from web/website/index.py) | 2 | ||||
| -rwxr-xr-x | www/html/init-bd.sql (renamed from web/website/init-bd.sql) | 0 | ||||
| -rwxr-xr-x | www/html/style.css (renamed from web/website/style.css) | 0 | ||||
| -rwxr-xr-x | www/html/test.html (renamed from web/website/test.html) | 0 | ||||
| -rwxr-xr-x | www/html/test.py (renamed from web/website/test.py) | 0 |
8 files changed, 3 insertions, 2 deletions
diff --git a/web/website/.htaccess b/www/html/.htaccess index 825c08d..d074f91 100755 --- a/web/website/.htaccess +++ b/www/html/.htaccess @@ -1,4 +1,5 @@ AuthType Basic AuthName "restricted area" -AuthUserFile /var/www/html/ATS-Project/web/.htpasswd +AuthUserFile /var/www/.htpasswd require valid-user +DirectoryIndex index.py diff --git a/web/website/fonctions.py b/www/html/fonctions.py index c1566af..c1566af 100755 --- a/web/website/fonctions.py +++ b/www/html/fonctions.py diff --git a/web/website/index.html b/www/html/index.html index 27f4dda..27f4dda 100755 --- a/web/website/index.html +++ b/www/html/index.html diff --git a/web/website/index.py b/www/html/index.py index 131a82a..010ed2d 100755 --- a/web/website/index.py +++ b/www/html/index.py @@ -35,5 +35,5 @@ def index(req): + content + """ </table> -""")) +""")) #tableheads to change so it takes the output of the select diff --git a/web/website/init-bd.sql b/www/html/init-bd.sql index f1a4f2b..f1a4f2b 100755 --- a/web/website/init-bd.sql +++ b/www/html/init-bd.sql diff --git a/web/website/style.css b/www/html/style.css index 6d0bd42..6d0bd42 100755 --- a/web/website/style.css +++ b/www/html/style.css diff --git a/web/website/test.html b/www/html/test.html index b789672..b789672 100755 --- a/web/website/test.html +++ b/www/html/test.html diff --git a/web/website/test.py b/www/html/test.py index 6ff289c..6ff289c 100755 --- a/web/website/test.py +++ b/www/html/test.py |
