translation

This commit is contained in:
Dany De Bontridder 2015-06-13 11:05:14 +02:00
parent 281e497ac7
commit 11ffcf6bd9
22 changed files with 236 additions and 135 deletions

View file

@ -35,7 +35,7 @@ mb_internal_encoding("UTF-8");
$g_user=new User($cn);
$g_user->Check();
$action=$g_user->check_dossier($gDossier);
set_language();
if ( $action=='X' || ! isset($_GET['act']) || $g_user->check_print($_GET['act'])==0 )
{
echo alert(_('Accès interdit'));