#!/usr/bin/env ruby

print "Status: 301 Moved Permanently\r\n"
print "Location: ../officers/subscriptioncheck.cgi\r\n"
print "\r\n"
exit
