Sign in
eclipse
/
gerrit
/
www.eclipse.org
/
etrice
/
35ded2bb6862bc6462379675314b9361e4ff1750
/
.
/
documentation
/
release
/
index.php
blob: c967886f10654ba118ef122f429b783ab4f36039 [
file
] [
log
] [
blame
]
<?
php
header
(
"HTTP/1.1 303 See other"
);
header
(
"Location: introduction.html"
);
exit
();
?>