| Current Path : /home/cinepatreb/www/billetterie/TEST/ |
| Current File : /home/cinepatreb/www/billetterie/TEST/info.php |
<?php // Affiche toutes les informations, comme le ferait INFO_ALL phpinfo(); // Affiche uniquement le module d'information. // phpinfo(8) fournirait les mêmes informations. phpinfo(INFO_MODULES); ?>