NEW - bug 210: Babel or Babel-like Community Internationalization
https://foundation.eclipse.org/infrazilla/show_bug.cgi?id=210
diff --git a/html/callback/getLanguages.php b/html/callback/getLanguages.php
index 243322c..1a53e81 100644
--- a/html/callback/getLanguages.php
+++ b/html/callback/getLanguages.php
@@ -11,14 +11,8 @@
  *    Eclipse Foundation
 *******************************************************************************/
 
-if(defined(BABEL_BASE_DIR)){
-	require_once(BABEL_BASE_DIR."html/global.php");
-}else{
-	define('BABEL_BASE_DIR', "../../");
-	require_once("../global.php");
-}
+require_once("cb_global.php");
 
-InitPage("login");
 
 $query = "select * from languages where is_active = 1 and language_id != 1";