[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/se3-dhcp/sources/menu/ -> 97dhcp.inc (source)

   1  <?php
   2  
   3  /**
   4  * Menu Serveur DHCP
   5  
   6  * @Version $Id: 97dhcp.inc 2972 2008-05-13 17:26:56Z plouf $
   7  
   8  * @Projet LCS / SambaEdu
   9  
  10  * @Auteurs Equipe TICE crdp de Caen
  11  
  12  * @Note:
  13  
  14  * @Licence Distribue sous la licence GPL
  15  */
  16  
  17  /**
  18  
  19  * file: 97dhcp.inc
  20  * @Repertoire: includes/menu.d/
  21  */
  22  
  23  
  24  $liens1 = array(array(
  25   "Serveur dhcp", "system_is_admin",3,
  26   "Configuration", "dhcp/config.php","system_is_admin",3,
  27   "Gestion des baux", "dhcp/baux.php","system_is_admin",3,
  28   "R&#233;servations actives", "dhcp/reservations.php","system_is_admin",3,
  29   "Import - Export", "dhcp/import.php","system_is_admin",3,
  30  ));
  31  
  32  $liens=array_merge($liens,$liens1);
  33  ?>


Generated: Tue Mar 17 22:47:18 2015 Cross-referenced by PHPXref 0.7.1