[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 /***************************************************************************\ 3 * eGroupWare - SambaAdmin * 4 * http://www.egroupware.org * 5 * http://www.linux-at-work.de * 6 * Written by : Lars Kneschke [lkneschke@linux-at-work.de] * 7 * ------------------------------------------------- * 8 * This program is free software; you can redistribute it and/or modify it * 9 * under the terms of the GNU General Public License as published by the * 10 * Free Software Foundation; either version 2 of the License, or (at your * 11 * option) any later version. * 12 \***************************************************************************/ 13 /* $Id: hook_edit_user.inc.php 19542 2005-11-01 16:22:03Z ralfbecker $ */ 14 15 { 16 global $menuData; 17 18 if ($GLOBALS['egw_info']['server']['ldap_host']) 19 { 20 $menuData[] = Array 21 ( 22 'description' => 'samba settings', 23 'url' => '/index.php', 24 'extradata' => 'menuaction=sambaadmin.uiuserdata.editUserData' 25 ); 26 } 27 }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |