99ee040752
git-svn-id: http://svn.cacert.cl/Software/Voting/vote@34 d4452222-2f33-11de-9270-010000000000
5 lines
No EOL
85 B
PHP
5 lines
No EOL
85 B
PHP
<?php
|
|
header("HTTP/1.0 301 Redirect");
|
|
header("Location: motions.php");
|
|
exit();
|
|
?>
|