15 lines
661 B
PHP
15 lines
661 B
PHP
<?php
|
|
// $Id: index.php,v 1.0 2004/05/11 11:11:11 phppp(D.J.) Exp $
|
|
// Copyright (c) 2004 INFOphp.com //
|
|
// ---------------------------------------------------------------- //
|
|
// This program is distributed in the hope that it will be useful, //
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of //
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the //
|
|
// GNU General Public License for more details. //
|
|
// ---------------------------------------------------------------- //
|
|
|
|
// include "infophp.inc";
|
|
// echo infophp::phpinfo();
|
|
|
|
echo phpinfo();
|
|
?>
|