mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-07 10:08:27 +01:00
Fix: remove obsolete tags (in progress)
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
/**
|
||||
* \file htdocs/admin/system/about.php
|
||||
* \brief About Dolibarr File page
|
||||
* \version $Id: about.php,v 1.5 2011/07/31 22:23:14 eldy Exp $
|
||||
*/
|
||||
|
||||
require("../../main.inc.php");
|
||||
@@ -122,7 +121,7 @@ print '</form>';
|
||||
print '</ul>';
|
||||
|
||||
|
||||
llxFooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.5 $');
|
||||
llxFooter();
|
||||
?>
|
||||
|
||||
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
/**
|
||||
* \file htdocs/admin/system/constall.php
|
||||
* \brief Page to show all Dolibarr setup (config file and database constants)
|
||||
* \version $Id: constall.php,v 1.24 2011/07/31 22:23:14 eldy Exp $
|
||||
*/
|
||||
|
||||
require("../../main.inc.php");
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
/**
|
||||
* \file htdocs/admin/system/database-tables-contraintes.php
|
||||
* \brief Page d'info des contraintes de la base
|
||||
* \version $Id: database-tables-contraintes.php,v 1.17 2011/07/31 22:23:14 eldy Exp $
|
||||
*/
|
||||
|
||||
require("../../main.inc.php");
|
||||
@@ -116,5 +115,5 @@ else
|
||||
print '</table>';
|
||||
}
|
||||
|
||||
llxFooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.17 $');
|
||||
llxFooter();
|
||||
?>
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
/**
|
||||
* \file htdocs/admin/system/database-tables.php
|
||||
* \brief Page d'infos des tables de la base
|
||||
* \version $Id: database-tables.php,v 1.17 2011/07/31 22:23:14 eldy Exp $
|
||||
*/
|
||||
|
||||
require("../../main.inc.php");
|
||||
@@ -169,5 +168,5 @@ else
|
||||
}
|
||||
}
|
||||
|
||||
llxFooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.17 $');
|
||||
llxFooter();
|
||||
?>
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
/**
|
||||
* \file htdocs/admin/system/database.php
|
||||
* \brief Page with system information of database
|
||||
* \version $Id: database.php,v 1.28 2011/07/31 22:23:14 eldy Exp $
|
||||
*/
|
||||
|
||||
require("../../main.inc.php");
|
||||
@@ -136,5 +135,5 @@ else
|
||||
}
|
||||
}
|
||||
|
||||
llxFooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.28 $');
|
||||
llxFooter();
|
||||
?>
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
/**
|
||||
* \file htdocs/admin/system/dbtable.php
|
||||
* \brief Page d'info des contraintes d'une table
|
||||
* \version $Id: dbtable.php,v 1.12 2011/07/31 22:23:14 eldy Exp $
|
||||
*/
|
||||
|
||||
require("../../main.inc.php");
|
||||
@@ -132,5 +131,5 @@ else
|
||||
}
|
||||
}
|
||||
|
||||
llxFooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.12 $');
|
||||
llxFooter();
|
||||
?>
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
/**
|
||||
* \file htdocs/admin/system/dolibarr.php
|
||||
* \brief Page to show Dolibarr informations
|
||||
* \version $Id: dolibarr.php,v 1.59 2011/07/31 22:23:14 eldy Exp $
|
||||
*/
|
||||
|
||||
require("../../main.inc.php");
|
||||
@@ -212,5 +211,5 @@ print '<tr '.$bc[$var].'><td width="300">=> '.$langs->trans("File encoding").'</
|
||||
print '</table>';
|
||||
print '<br>';
|
||||
|
||||
llxFooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.59 $');
|
||||
llxFooter();
|
||||
?>
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
/**
|
||||
* \file htdocs/admin/system/index.php
|
||||
* \brief Home page of system information
|
||||
* \version $Id: index.php,v 1.50 2011/08/13 00:48:00 eldy Exp $
|
||||
*/
|
||||
|
||||
require("../../main.inc.php");
|
||||
@@ -126,5 +125,5 @@ print '<br>';
|
||||
print info_admin($langs->trans("SystemInfoDesc")).'<br>';
|
||||
|
||||
|
||||
llxFooter('$Date: 2011/08/13 00:48:00 $ - $Revision: 1.50 $');
|
||||
llxFooter();
|
||||
?>
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
/**
|
||||
* \file htdocs/admin/system/modules.php
|
||||
* \brief File to list all Dolibarr modules
|
||||
* \version $Id: modules.php,v 1.16 2011/08/13 09:36:45 hregis Exp $
|
||||
*/
|
||||
|
||||
require("../../main.inc.php");
|
||||
@@ -154,5 +153,5 @@ foreach($rights_ids as $right_id)
|
||||
$old = $right_id;
|
||||
}
|
||||
|
||||
llxFooter('$Date: 2011/08/13 09:36:45 $ - $Revision: 1.16 $');
|
||||
llxFooter();
|
||||
?>
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
/**
|
||||
* \file htdocs/admin/system/os.php
|
||||
* \brief Page des infos systeme de l'OS
|
||||
* \version $Id: os.php,v 1.14 2011/07/31 22:23:14 eldy Exp $
|
||||
*/
|
||||
|
||||
require("../../main.inc.php");
|
||||
@@ -51,5 +50,5 @@ print "<tr $bc[1]><td width=\"240\">".$langs->trans("Version")."</td><td>".$osve
|
||||
print '</table>';
|
||||
|
||||
|
||||
llxFooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.14 $');
|
||||
llxFooter();
|
||||
?>
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
/**
|
||||
* \file htdocs/admin/system/phpinfo.php
|
||||
* \brief Page des infos systeme de php
|
||||
* \version $Id: phpinfo.php,v 1.19 2011/07/31 22:23:14 eldy Exp $
|
||||
*/
|
||||
|
||||
require("../../main.inc.php");
|
||||
@@ -121,5 +120,5 @@ if (isset($title))
|
||||
print "$chaine\n"; // Ne pas centrer la reponse php car certains tableau du bas tres large rendent ceux du haut completement a droite
|
||||
print "<br>\n";
|
||||
|
||||
llxfooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.19 $');
|
||||
llxfooter('$Date: 2011/08/27 14:24:35 $ - $Revision: 1.20 $');
|
||||
?>
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
/**
|
||||
* \file htdocs/admin/system/web.php
|
||||
* \brief Page des infos systeme du serveur Web
|
||||
* \version $Id: web.php,v 1.13 2011/07/31 22:23:14 eldy Exp $
|
||||
*/
|
||||
|
||||
require("../../main.inc.php");
|
||||
@@ -47,5 +46,5 @@ print "<tr $bc[1]><td>".$langs->trans("DataRootServer")."</td><td>" . DOL_DATA_R
|
||||
print '</table>';
|
||||
|
||||
|
||||
llxFooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.13 $');
|
||||
llxFooter();
|
||||
?>
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
/**
|
||||
* \file htdocs/admin/system/xcache.php
|
||||
* \brief Page administration XCache
|
||||
* \version $Id: xcache.php,v 1.2 2011/07/31 22:23:14 eldy Exp $
|
||||
*/
|
||||
|
||||
require("../../main.inc.php");
|
||||
@@ -45,7 +44,7 @@ print "<br>\n";
|
||||
if (!function_exists('xcache_info'))
|
||||
{
|
||||
print 'XCache seems to be not installed. Function xcache_info not found.';
|
||||
llxfooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.2 $');
|
||||
llxfooter('$Date: 2011/08/27 14:24:36 $ - $Revision: 1.3 $');
|
||||
exit;
|
||||
}
|
||||
|
||||
@@ -69,5 +68,5 @@ if ($action == 'clear')
|
||||
}
|
||||
*/
|
||||
|
||||
llxfooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.2 $');
|
||||
llxfooter('$Date: 2011/08/27 14:24:36 $ - $Revision: 1.3 $');
|
||||
?>
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
/**
|
||||
* \file htdocs/admin/system/xdebug.php
|
||||
* \brief Page administration XDebug
|
||||
* \version $Id: xdebug.php,v 1.6 2011/07/31 22:23:14 eldy Exp $
|
||||
*/
|
||||
|
||||
require("../../main.inc.php");
|
||||
@@ -43,7 +42,7 @@ print "<br>\n";
|
||||
if (!function_exists('xdebug_is_enabled'))
|
||||
{
|
||||
print 'XDebug seems to be not installed. Function xdebug_is_enabled not found.';
|
||||
llxfooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.6 $');
|
||||
llxfooter('$Date: 2011/08/27 14:24:35 $ - $Revision: 1.7 $');
|
||||
exit;
|
||||
}
|
||||
|
||||
@@ -100,5 +99,5 @@ else
|
||||
}
|
||||
|
||||
|
||||
llxfooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.6 $');
|
||||
llxfooter('$Date: 2011/08/27 14:24:35 $ - $Revision: 1.7 $');
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user