This commit is contained in:
Laurent Destailleur 2009-07-06 18:29:40 +00:00
parent 82f6dd2d47
commit 20b70502b2
2 changed files with 7 additions and 6 deletions

View File

@ -17,11 +17,11 @@
*/
/**
\file htdocs/admin/tools/dolibarr_export.php
\ingroup core
\brief Page export de la base
\version $Id$
*/
* \file htdocs/admin/tools/dolibarr_export.php
* \ingroup core
* \brief Page to export database
* \version $Id$
*/
require("./pre.inc.php");
require_once(DOL_DOCUMENT_ROOT."/html.formfile.class.php");

View File

@ -18,7 +18,8 @@
/**
* \file htdocs/admin/tools/dolibarr_import.php
* \brief Page import de la base
* \ingroup core
* \brief Page to import database
* \version $Id$
*/