<?php
/**
* PEAR_Info Request #13741 : show list if potential config files
*
* @link http://pear.php.net/bugs/bug.php?id=13741
*
* Use the new selectors of default stylesheet available in PEAR{data_dir}/PEAR_Info
*
* dl { margin: 0 }
*
* dd.cfg_found { color: green; }
* dd.cfg_notfound { color: red; }
*
*/
require_once 'PEAR/Info.php';
$info = new PEAR_Info();
$info->display();
?>