diff --git a/htdocs/includes/modules/barcode/admin/barcode.php b/htdocs/admin/barcode.php
similarity index 98%
rename from htdocs/includes/modules/barcode/admin/barcode.php
rename to htdocs/admin/barcode.php
index d3e5dfef96d..b6d60707aec 100644
--- a/htdocs/includes/modules/barcode/admin/barcode.php
+++ b/htdocs/admin/barcode.php
@@ -21,10 +21,10 @@
* \file htdocs/includes/modules/barcode/admin/barcode.php
* \ingroup barcode
* \brief Page d'administration/configuration du module Code barre
- * \version $Id: barcode.php,v 1.6 2011/07/31 23:46:07 eldy Exp $
+ * \version $Id: barcode.php,v 1.48 2011/08/16 10:11:02 eldy Exp $
*/
-require("../../../../main.inc.php");
+require("../main.inc.php");
require_once(DOL_DOCUMENT_ROOT."/lib/admin.lib.php");
require_once(DOL_DOCUMENT_ROOT."/includes/barcode/html.formbarcode.class.php");
@@ -297,5 +297,5 @@ print "
";
$db->close();
-llxFooter('$Date: 2011/07/31 23:46:07 $ - $Revision: 1.6 $');
+llxFooter('$Date: 2011/08/16 10:11:02 $ - $Revision: 1.48 $');
?>
\ No newline at end of file
diff --git a/htdocs/includes/barcode/html.formbarcode.class.php b/htdocs/includes/barcode/html.formbarcode.class.php
index 2424ec2a803..ff4c7d00835 100644
--- a/htdocs/includes/barcode/html.formbarcode.class.php
+++ b/htdocs/includes/barcode/html.formbarcode.class.php
@@ -15,13 +15,13 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see