summaryrefslogtreecommitdiff
path: root/index.php
blob: 336349625362bbc0493b25a1786ee3da4de476cc (plain)
1
2
3
4
5
<?php
	header("HTTP/1.0 301 Redirect");
	header("Location: motions.php");
	exit();
?>