git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3457 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 3d6161b3c4168e72d4faf2e666c75621fb826592
Former-commit-id: a1022023a5506c8180bf762f6064465ec39775ca
This commit is contained in:
pouillot 2011-03-26 14:46:52 +00:00
parent 1e62141893
commit 1a8dc7dfcb
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;
?>