/[cvs]/nfo/site/htdocs/index.php
ViewVC logotype

Diff of /nfo/site/htdocs/index.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by rabit, Mon Aug 23 23:59:13 2004 UTC revision 1.2 by rabit, Tue Aug 24 03:29:30 2004 UTC
# Line 0  Line 1 
1    <?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    ?>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed