aboutsummaryrefslogtreecommitdiff
path: root/htdocs/public/creations/video/index.ejs
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2021-12-04 13:14:41 +0100
committerMinteck <contact@minteck.org>2021-12-04 13:14:41 +0100
commitdbbc2d3692acaf0c3e54647a0b5fc4d03f5d79c3 (patch)
treefc1ef63efc15ac1e8c0e49ab9b1b3d296a67ed82 /htdocs/public/creations/video/index.ejs
parente618c3f52c1c4ae161650679cda24eecbba579bb (diff)
downloadwolfeye-js-dbbc2d3692acaf0c3e54647a0b5fc4d03f5d79c3.tar.gz
wolfeye-js-dbbc2d3692acaf0c3e54647a0b5fc4d03f5d79c3.tar.bz2
wolfeye-js-dbbc2d3692acaf0c3e54647a0b5fc4d03f5d79c3.zip
New stuff
Diffstat (limited to 'htdocs/public/creations/video/index.ejs')
-rw-r--r--htdocs/public/creations/video/index.ejs6
1 files changed, 6 insertions, 0 deletions
diff --git a/htdocs/public/creations/video/index.ejs b/htdocs/public/creations/video/index.ejs
new file mode 100644
index 0000000..e41cbc4
--- /dev/null
+++ b/htdocs/public/creations/video/index.ejs
@@ -0,0 +1,6 @@
+<%
+
+ res.writeHead(301, { "Location": "/" + slang + "/creations" });
+ res.end();
+
+%> \ No newline at end of file