Server IP : 180.180.241.3 / Your IP : 216.73.216.252 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /AppServ/www/ULIB/_tmp/rootutils/pecl/ |
Upload File : |
<?php /** * Put this file in a web-accessible directory as index.php (or similar) * and point your webbrowser to it. */ // $pear_dir must point to a valid PEAR install (=contains PEAR.php) $pear_dir = 'D:\AppServ\www\ULIB\_tmp\rootutils\pecl/PEAR'; // default of install // OPTIONAL: If you have a config file at a non-standard location, // uncomment and supply it here: //$pear_user_config = ''; // OPTIONAL: If you have protected this webfrontend with a password in a // custom way, then uncomment to disable the 'not protected' warning: //$pear_frontweb_protected = true; /*********************************************************** * Following code tests $pear_dir and loads the webfrontend: */ if (!file_exists($pear_dir.'/PEAR.php')) { trigger_error('No PEAR.php in supplied PEAR directory: '.$pear_dir, E_USER_ERROR); } ini_set('include_path', $pear_dir); require_once('PEAR.php'); // Include WebInstaller putenv('PHP_PEAR_INSTALL_DIR='.$pear_dir); // needed if unexisting config require_once('pearfrontendweb.php'); ?>