summaryrefslogtreecommitdiff
path: root/backend/php/src/test.php
blob: 827ee6692be97e3b2daa72507c63ff636ef52ee5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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();
?>