git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3457 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
pouillot 2011-03-26 14:46:52 +00:00
parent cef514d749
commit 8465ca4525
2 changed files with 6 additions and 0 deletions

6
doc/website/index.php Normal file
View File

@ -0,0 +1,6 @@
<?php
/* Redirect browser */
header("Location: http://www.speed-dreams.org");
/* Make sure that code below does not get executed when we redirect. */
exit;
?>