1a8dc7dfcb
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
6 lines
159 B
PHP
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;
|
|
?>
|