diff --git a/htdocs/admin/system/index.php b/htdocs/admin/system/index.php index 66650bfcc79..369974e8622 100644 --- a/htdocs/admin/system/index.php +++ b/htdocs/admin/system/index.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2001-2007 Rodolphe Quiedeville * Copyright (C) 2004-2006 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify @@ -21,9 +21,9 @@ */ /** - \file htdocs/admin/system/index.php - \brief Page accueil infos système - \version $Revision$ + \file htdocs/admin/system/index.php + \brief Page accueil infos système + \version $Revision$ */ require("./pre.inc.php"); @@ -35,7 +35,6 @@ $langs->load("user"); if (!$user->admin) accessforbidden(); - llxHeader(); print_fiche_titre($langs->trans("SummarySystem"),'','setup'); @@ -78,6 +77,9 @@ print ''; print "\n"; print "\n"; print "\n"; +print "\n"; +print "\n"; +print "\n"; print '
".$langs->trans("Php")."
".$langs->trans("Version")."".phpversion()."
".$langs->trans("PhpWebLink")."".php_sapi_name()."
".$langs->trans("SmartyLibs")."".$dolibarr_smarty_libs_dir."
".$langs->trans("SmartyCompile")."".$dolibarr_smarty_compile."
".$langs->trans("SmartyCache")."".$dolibarr_smarty_cache."
'; print "
\n";