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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Tue Aug 24 03:29:30 2004 UTC (19 years, 10 months ago) by rabit
Branch: MAIN
Changes since 1.1: +28 -0 lines
Initial commit: file layout, using first common functions

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 ?>

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