Bernd Wurst commited on 2026-06-21 11:14:16 Zeige 1 geänderte Dateien mit 6 Einfügungen und 0 Löschungen.
@@ -0,0 +1,6 @@
+<FilesMatch "\.py$">
+ SetHandler None
+ ForceType text/plain
+ Header set Content-Type "text/plain; charset=utf-8"
+ Require all granted
+</FilesMatch>