X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fauth.php;h=1459721d3dfb78892313784008cc7562d507e7a5;hb=abed282698c3652a0630bf99beecec0dedde680b;hp=0b767c3f501b902ce5af911e0fe2365903c1c78f;hpb=a62886091365824f04a967638dee269196c3899d;p=platal.git diff --git a/modules/auth.php b/modules/auth.php index 0b767c3..1459721 100644 --- a/modules/auth.php +++ b/modules/auth.php @@ -132,7 +132,7 @@ class AuthModule extends PLModule function handler_groupex(&$page, $charset = 'utf8') { - require_once dirname(__FILE__).'/auth/auth.inc.php'; + $this->load('auth.inc.php'); $page->assign('referer', true); $gpex_pass = $_GET["pass"]; @@ -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);