cacert-boardvoting/index.php

5 lines
85 B
PHP
Raw Normal View History

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