<?php
/***************************************************************************
* PHPInfo.php
*
* begin : June 2004
* version : 10 October 2006
* copyright : (C) 2004,2005 grandolini.net
*
* Shows informations on the server running PHP
*
***************************************************************************/
include('../../Session.php');
check_access($USER_ID,$USER_PW,90);
#
phpinfo();
ini_get_all();
?>