Changed days layout into table

This commit is contained in:
lars
2019-03-10 23:34:02 +01:00
parent 9667c00639
commit 3ba7cf595e
6 changed files with 127 additions and 80 deletions

View File

@@ -6,4 +6,8 @@ DirectoryIndex index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.+)$ $1\.php [QSA,L]
RewriteRule ^(.+)$ $1\.php [QSA,L]
<Files accred_config.php>
Require all denied
</Files>