diff options
| author | Christopher Guindon | 2017-02-27 16:25:25 +0000 |
|---|---|---|
| committer | Christopher Guindon | 2017-02-27 16:25:25 +0000 |
| commit | 6b6fd5450e18e94e9a8b1d17b947c408fd064b7d (patch) | |
| tree | de34a51ab4ffdb94ce5fbe001d55ec036b66749d | |
| parent | 8ecd0d61c5f3bfd49af42bf4f66dba4fbf7a4b38 (diff) | |
| download | contribute-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.php | 7 |
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 |
