Bug 512765 - Deprecate dev.eclipse.org/site_login

Update default ECA/CLA url.

Signed-off-by: Christopher Guindon <chris.guindon@eclipse.org>
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