speed-dreams-code/doc/website/index.php
pouillot 1a8dc7dfcb 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
2011-03-26 14:46:52 +00:00

6 lines
159 B
PHP

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