From 1ee1872119c8202df85ca9f757d1852a910c19fb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 19 Jan 2005 19:33:23 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modif=20esth=E9tique=20mineure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/admin/system/web.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/admin/system/web.php b/htdocs/admin/system/web.php index 334cf303cdd..5b03495c569 100644 --- a/htdocs/admin/system/web.php +++ b/htdocs/admin/system/web.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2004-2005 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ * $Source$ */ -/*! \file htdocs/admin/system/web.php +/** \file htdocs/admin/system/web.php \brief Page des infos système du serveur Web \version $Revision$ */ @@ -40,11 +40,11 @@ print "
\n"; print ''; print "\n"; -print "\n"; +print "\n"; print "\n"; -print "\n"; +print "\n"; print "\n"; -print "\n"; +print "\n"; print '
".$langs->trans("Parameter")."".$langs->trans("Value")."
".$langs->trans("Version")."".$_SERVER["SERVER_SOFTWARE"]."
".$langs->trans("Version")."".$_SERVER["SERVER_SOFTWARE"]."
".$langs->trans("VirtualServerName")."" . $_SERVER["SERVER_NAME"] . "
".$langs->trans("IP")."".$_SERVER["SERVER_ADDR"]."
".$langs->trans("IP")."".$_SERVER["SERVER_ADDR"]."
".$langs->trans("Port")."" . $_SERVER["SERVER_PORT"] . "
".$langs->trans("DocumentRootServer")."".$_SERVER["DOCUMENT_ROOT"]."
".$langs->trans("DocumentRootServer")."".$_SERVER["DOCUMENT_ROOT"]."
'; llxFooter();