http://speed-dreams.sourceforge.net now redirects to http://www.speed-dreams.org
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:
parent
1e62141893
commit
1a8dc7dfcb
2 changed files with 6 additions and 0 deletions
6
doc/website/index.php
Normal file
6
doc/website/index.php
Normal 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;
|
||||
?>
|
Loading…
Reference in a new issue