Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Guindon2017-02-27 16:25:25 +0000
committerChristopher Guindon2017-02-27 16:25:25 +0000
commit6b6fd5450e18e94e9a8b1d17b947c408fd064b7d (patch)
treede34a51ab4ffdb94ce5fbe001d55ec036b66749d
parent8ecd0d61c5f3bfd49af42bf4f66dba4fbf7a4b38 (diff)
downloadcontribute-6b6fd5450e18e94e9a8b1d17b947c408fd064b7d.tar.gz
contribute-6b6fd5450e18e94e9a8b1d17b947c408fd064b7d.tar.xz
contribute-6b6fd5450e18e94e9a8b1d17b947c408fd064b7d.zip
Bug 512765 - Deprecate dev.eclipse.org/site_login
Update default ECA/CLA url. Signed-off-by: Christopher Guindon <chris.guindon@eclipse.org>
-rw-r--r--cla/index.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/cla/index.php b/cla/index.php
index a442923..d805238 100644
--- a/cla/index.php
+++ b/cla/index.php
@@ -9,10 +9,5 @@
* Contributors:
* Eric Poirier (Eclipse Foundation) - Initial implementation
*******************************************************************************/
-$domain = "https://dev.eclipse.org/site_login";
-$url = array (
- 'path' => $domain,
- 'option' => '?takemeback=' . urlencode($domain . '/myaccount.php#open_tab_cla'),
-);
-header('Location: ' . $url['path'] . $url['option'],'302');
+header('Location: https://accounts.eclipse.org/user/eca', 302);
exit(); \ No newline at end of file

Back to the top