You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cu...@apache.org on 2019/05/22 14:35:05 UTC

[whimsy] branch master updated: Redirect old URL

This is an automated email from the ASF dual-hosted git repository.

curcuru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 0ab00c9  Redirect old URL
0ab00c9 is described below

commit 0ab00c938028724d606ba7a9a2ef21d2aaba84ca
Author: Shane Curcuru <as...@shanecurcuru.org>
AuthorDate: Wed May 22 10:34:56 2019 -0400

    Redirect old URL
---
 www/board/list-traffic.cgi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/www/board/list-traffic.cgi b/www/board/list-traffic.cgi
new file mode 100755
index 0000000..30a73ac
--- /dev/null
+++ b/www/board/list-traffic.cgi
@@ -0,0 +1,6 @@
+#!/usr/bin/env ruby
+
+print "Status: 301 Moved Permanently\r\n"
+print "Location: ../officers/list-traffic.cgi\r\n"
+print "\r\n"
+exit
\ No newline at end of file