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();