| 1 | rabit | 1.2 | <?php | 
| 2 |  |  | /*------------------------------------------------------------------------------ | 
| 3 |  |  | --- www.netfrag.org | 
| 4 |  |  | --- Main index page. | 
| 5 |  |  | -------------------------------------------------------------------------------- | 
| 6 |  |  | --- rabit, 01:28 24.08.2004 | 
| 7 |  |  | --- $Id$ | 
| 8 |  |  | ------------------------------------------------------------------------------*/ | 
| 9 |  |  |  | 
| 10 |  |  | include('inc/common/common.php.inc'); | 
| 11 |  |  |  | 
| 12 |  |  | //------------------------------------------------------------------------------ | 
| 13 |  |  |  | 
| 14 |  |  | common_pageheader(); | 
| 15 |  |  |  | 
| 16 |  |  | common_headline('CFG Variables:'); | 
| 17 |  |  |  | 
| 18 |  |  | common_paragraph('$documentroot = "' . $documentroot . '"'); | 
| 19 |  |  |  | 
| 20 |  |  | common_headline('$_SERVER array, readable:'); | 
| 21 |  |  |  | 
| 22 |  |  | common_paragraph(nl2br(htmlentities(print_r($_SERVER, true))), 'hl'); | 
| 23 |  |  |  | 
| 24 |  |  | common_pagefooter(); | 
| 25 |  |  |  | 
| 26 |  |  | //------------------------------------------------------------------------------ | 
| 27 |  |  |  | 
| 28 |  |  | ?> |