diff options
Diffstat (limited to 'htdocs/public/oworadio/dmca')
-rw-r--r-- | htdocs/public/oworadio/dmca/index.ejs | 6 |
1 files changed, 6 insertions, 0 deletions
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 |