]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commitdiff
Put some .htaccess in place
authorValerie Pond <redacted>
Fri, 26 Jul 2024 22:02:12 +0000 (06:02 +0800)
committerValerie Pond <redacted>
Fri, 26 Jul 2024 22:02:12 +0000 (06:02 +0800)
.htaccess [new file with mode: 0644]
config/.htaccess [new file with mode: 0644]
data/.htaccess [new file with mode: 0644]

diff --git a/.htaccess b/.htaccess
new file mode 100644 (file)
index 0000000..e710e00
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,4 @@
+<Files "unrealircd">
+    Order allow,deny
+    Deny from all
+</Files>
diff --git a/config/.htaccess b/config/.htaccess
new file mode 100644 (file)
index 0000000..7d3aaf1
--- /dev/null
@@ -0,0 +1,2 @@
+Order allow,deny
+Deny from all
\ No newline at end of file
diff --git a/data/.htaccess b/data/.htaccess
new file mode 100644 (file)
index 0000000..7d3aaf1
--- /dev/null
@@ -0,0 +1,2 @@
+Order allow,deny
+Deny from all
\ No newline at end of file