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:
@@ -41,6 +41,11 @@ else
|
|||||||
}
|
}
|
||||||
$logger->catchAll();
|
$logger->catchAll();
|
||||||
|
|
||||||
|
// Selection of the language
|
||||||
|
$language = new language ();
|
||||||
|
if (defined ("APPNAME"))
|
||||||
|
$language->activeLanguage (constant ("APPNAME"), "Language");
|
||||||
|
|
||||||
if (! isset ($route))
|
if (! isset ($route))
|
||||||
$route = new route ();
|
$route = new route ();
|
||||||
$route->debug = 0;
|
$route->debug = 0;
|
||||||
@@ -56,9 +61,5 @@ if (defined ("APPNAME"))
|
|||||||
$authentication->routes ();
|
$authentication->routes ();
|
||||||
$route->authenticationURL = "/authentication/";
|
$route->authenticationURL = "/authentication/";
|
||||||
|
|
||||||
// Selection of the language
|
|
||||||
$language = new language ();
|
|
||||||
if (defined ("APPNAME"))
|
|
||||||
$language->activeLanguage (constant ("APPNAME"), "Language");
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user