start : move the language selector to be enabled in authentication page

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2252 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2015-08-14 13:05:01 +00:00
parent 4c029b5c10
commit 9381836a32

View File

@@ -41,6 +41,11 @@ else
}
$logger->catchAll();
// Selection of the language
$language = new language ();
if (defined ("APPNAME"))
$language->activeLanguage (constant ("APPNAME"), "Language");
if (! isset ($route))
$route = new route ();
$route->debug = 0;
@@ -56,9 +61,5 @@ if (defined ("APPNAME"))
$authentication->routes ();
$route->authenticationURL = "/authentication/";
// Selection of the language
$language = new language ();
if (defined ("APPNAME"))
$language->activeLanguage (constant ("APPNAME"), "Language");