cacert-boardvoting/index.php
Philipp Dunkel 99ee040752 Voting Tool
git-svn-id: http://svn.cacert.cl/Software/Voting/vote@34 d4452222-2f33-11de-9270-010000000000
2009-05-21 11:20:15 +00:00

5 lines
No EOL
85 B
PHP

<?php
header("HTTP/1.0 301 Redirect");
header("Location: motions.php");
exit();
?>