1
0
forked from GitHub/gf-core

fastcgi: replace /categories, /languages and /mylanguage with /info.

This commit is contained in:
bjorn
2008-09-17 12:37:34 +00:00
parent 417ada31f5
commit db6ff30694
2 changed files with 17 additions and 16 deletions

View File

@@ -170,6 +170,10 @@ public class Translate implements EntryPoint {
}
toLangBox.addItem(l.getName());
}
gf.mylanguage(new GF.MyLanguageCallback() {
}
setStatus("Loaded languages.");
}