screenshot

  1. <?php
  2. /**
  3.  * PEAR_Info Request #13741 : show list if potential config files
  4.  *
  5.  * @link http://pear.php.net/bugs/bug.php?id=13741
  6.  *
  7.  * Use the new selectors of default stylesheet available in PEAR{data_dir}/PEAR_Info
  8.  *
  9.  * dl { margin: 0 }
  10.  *
  11.  * dd.cfg_found { color: green; }
  12.  * dd.cfg_notfound { color: red; }
  13.  *
  14.  */
  15.  
  16. require_once 'PEAR/Info.php';
  17.  
  18. $info = new PEAR_Info();
  19. $info->display();
  20. ?>