summaryrefslogtreecommitdiffstats
path: root/index.php
blob: d8aedc3b6d3f7e0274be6a953948393fa851e5f4 (plain)
1
2
3
4
5
<?php
  header('Status: 301 Moved Permanently');
	header('Location: http://' . $_SERVER['HTTP_HOST'] . rtrim(dirname($_SERVER['PHP_SELF']), '/\\') . '/contents/compag/main.php');
	exit;
?>