X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fauth.php;h=4b218543ec9fef8998032552344198effd97f611;hb=46f272feb613c57febf40a0f7bf6a721e439b73b;hp=0b767c3f501b902ce5af911e0fe2365903c1c78f;hpb=edfdbe40a2eb4cd9b576214613431b32975baf84;p=platal.git diff --git a/modules/auth.php b/modules/auth.php index 0b767c3..4b21854 100644 --- a/modules/auth.php +++ b/modules/auth.php @@ -174,7 +174,7 @@ class AuthModule extends PLModule function handler_admin_authgroupesx(&$page, $action = 'list', $id = null) { - $page->setTitle('Polytechnique.org - Administration - Auth groupes X'); + $page->setTitle('Administration - Auth groupes X'); $page->assign('title', 'Gestion de l\'authentification centralisée'); $table_editor = new PLTableEditor('admin/auth-groupes-x','groupesx_auth','id'); $table_editor->describe('name','nom',true);