diff options
author | Minteck <contact@minteck.org> | 2021-12-04 13:14:41 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2021-12-04 13:14:41 +0100 |
commit | dbbc2d3692acaf0c3e54647a0b5fc4d03f5d79c3 (patch) | |
tree | fc1ef63efc15ac1e8c0e49ab9b1b3d296a67ed82 /htdocs/public/oworadio | |
parent | e618c3f52c1c4ae161650679cda24eecbba579bb (diff) | |
download | rainbow-dbbc2d3692acaf0c3e54647a0b5fc4d03f5d79c3.tar.gz rainbow-dbbc2d3692acaf0c3e54647a0b5fc4d03f5d79c3.tar.bz2 rainbow-dbbc2d3692acaf0c3e54647a0b5fc4d03f5d79c3.zip |
New stuff
Diffstat (limited to 'htdocs/public/oworadio')
-rw-r--r-- | htdocs/public/oworadio/along/index.ejs | 6 | ||||
-rw-r--r-- | htdocs/public/oworadio/credits/index.ejs | 6 | ||||
-rw-r--r-- | htdocs/public/oworadio/dmca/index.ejs | 6 | ||||
-rw-r--r-- | htdocs/public/oworadio/index.ejs | 6 | ||||
-rw-r--r-- | htdocs/public/oworadio/source/index.ejs | 6 | ||||
-rw-r--r-- | htdocs/public/oworadio/vlc/index.ejs | 6 |
6 files changed, 36 insertions, 0 deletions
diff --git a/htdocs/public/oworadio/along/index.ejs b/htdocs/public/oworadio/along/index.ejs new file mode 100644 index 0000000..67fabf4 --- /dev/null +++ b/htdocs/public/oworadio/along/index.ejs @@ -0,0 +1,6 @@ +<% + + res.writeHead(301, { "Location": "/" + slang }); + res.end(); + +%>
\ No newline at end of file diff --git a/htdocs/public/oworadio/credits/index.ejs b/htdocs/public/oworadio/credits/index.ejs new file mode 100644 index 0000000..67fabf4 --- /dev/null +++ b/htdocs/public/oworadio/credits/index.ejs @@ -0,0 +1,6 @@ +<% + + res.writeHead(301, { "Location": "/" + slang }); + res.end(); + +%>
\ No newline at end of file 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 diff --git a/htdocs/public/oworadio/index.ejs b/htdocs/public/oworadio/index.ejs new file mode 100644 index 0000000..67fabf4 --- /dev/null +++ b/htdocs/public/oworadio/index.ejs @@ -0,0 +1,6 @@ +<% + + res.writeHead(301, { "Location": "/" + slang }); + res.end(); + +%>
\ No newline at end of file diff --git a/htdocs/public/oworadio/source/index.ejs b/htdocs/public/oworadio/source/index.ejs new file mode 100644 index 0000000..67fabf4 --- /dev/null +++ b/htdocs/public/oworadio/source/index.ejs @@ -0,0 +1,6 @@ +<% + + res.writeHead(301, { "Location": "/" + slang }); + res.end(); + +%>
\ No newline at end of file diff --git a/htdocs/public/oworadio/vlc/index.ejs b/htdocs/public/oworadio/vlc/index.ejs new file mode 100644 index 0000000..67fabf4 --- /dev/null +++ b/htdocs/public/oworadio/vlc/index.ejs @@ -0,0 +1,6 @@ +<% + + res.writeHead(301, { "Location": "/" + slang }); + res.end(); + +%>
\ No newline at end of file |