Added error page, Added drawings, Improved composer

Update .gitignore, .htaccess, and 24 more files...
This commit is contained in:
2023-05-24 23:35:42 +02:00
parent d5ea7e369b
commit ee90a3745d
26 changed files with 219 additions and 224 deletions

3
tools/.htaccess Normal file
View File

@@ -0,0 +1,3 @@
# Redirecting any URL that starts with "/tools" to the root of this folder.
RewriteEngine On
RewriteRule ^(.*) index.php [NC]