[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 <? 2 /* $Id: 98tftp.inc 8357 2015-01-02 20:05:00Z keyser $ */ 3 4 // Si le module se3-unattended est actif, on ajoute la ligne correspondante: 5 $liens1 = array(array( 6 "Serveur tftp", "parc_can_clone",3, 7 "Configurer le module", "tftp/config_tftp.php","system_is_admin",3, 8 "Consulter les actions", "tftp/consultation_tftp.php","parc_can_clone",3, 9 "Programmer une sauvegarde", "tftp/action_svg_tftp.php","parc_can_clone",3, 10 "Programmer une restauration", "tftp/action_rest_tftp.php","parc_can_clone",3, 11 "Programmer un clonage", "tftp/action_clone_tftp.php","parc_can_clone",3, 12 "Programmer un rapport", "tftp/action_rapport_tftp.php","parc_can_clone",3, 13 "Programmer un memtest", "tftp/action_memtest_tftp.php","parc_can_clone",3, 14 "Installer un client Linux", "tftp/action_unattend_linux_tftp.php","parc_can_clone",3 15 )); 16 17 if ($menu_unattended=="1") { 18 array_push ($liens1[0], "Programmer une install XP", "tftp/action_unattend_xp_tftp.php","system_is_admin",3); 19 } 20 if ($menu_seven=="1") { 21 array_push ($liens1[0], "Programmer une install seven", "tftp/action_seven_tftp.php","system_is_admin",3); 22 } 23 $liens=array_merge($liens,$liens1); 24 25 26 ?>
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 |