From dbbc2d3692acaf0c3e54647a0b5fc4d03f5d79c3 Mon Sep 17 00:00:00 2001 From: Minteck Date: Sat, 4 Dec 2021 13:14:41 +0100 Subject: New stuff --- htdocs/public/oworadio/dmca/index.ejs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 htdocs/public/oworadio/dmca/index.ejs (limited to 'htdocs/public/oworadio/dmca') diff --git a/htdocs/public/oworadio/dmca/index.ejs b/htdocs/public/oworadio/dmca/index.ejs new file mode 100644 index 0000000..67fabf4 --- /dev/null +++ b/htdocs/public/oworadio/dmca/index.ejs @@ -0,0 +1,6 @@ +<% + + res.writeHead(301, { "Location": "/" + slang }); + res.end(); + +%> \ No newline at end of file -- cgit