[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 <? 2 /* $Id: 90inventaire.inc 1485 2006-12-10 09:21:36Z plouf $ */ 3 4 require_once ("lang.inc.php"); 5 bindtextdomain('se3-core',"/var/www/se3/locale"); 6 textdomain ('se3-core'); 7 8 $liens1=array(array( 9 gettext("Inventaire"),"computers_is_admin|maintenance_can_write|parc_can_manage|parc_can_view|inventaire_can_read",1, 10 gettext("Inventaire"),"ocsreports/","computers_is_admin|inventaire_can_read|parc_can_manage|parc_can_view",1, 11 gettext("Rechercher"),"ocsreports/?multi=1","computers_is_admin|inventaire_can_read|parc_can_manage|parc_can_view",1, 12 gettext("Maintenance"),"ocsreports/maintenance.php","computers_is_admin|maintenance_can_write|parc_can_manage|parc_can_view",2, 13 )); 14 $liens=array_merge($liens,$liens1); 15 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Mar 17 22:47:18 2015 | Cross-referenced by PHPXref 0.7.1 |