diff --git a/htdocs/service.class.php b/htdocs/core/service.class.php similarity index 97% rename from htdocs/service.class.php rename to htdocs/core/service.class.php index 6a33bee8b69..67e06b40cd0 100644 --- a/htdocs/service.class.php +++ b/htdocs/core/service.class.php @@ -18,7 +18,7 @@ */ /** - * \file htdocs/service.class.php + * \file htdocs/core/service.class.php * \ingroup service * \brief Fichier de la classe des services predefinis * \version $Id$ diff --git a/htdocs/index.php b/htdocs/index.php index 7a32282b66f..90f85caa57a 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -131,7 +131,7 @@ if ($user->societe_id == 0) DOL_DOCUMENT_ROOT."/fourn/fournisseur.class.php", DOL_DOCUMENT_ROOT."/adherents/adherent.class.php", DOL_DOCUMENT_ROOT."/product/product.class.php", - DOL_DOCUMENT_ROOT."/service.class.php", + DOL_DOCUMENT_ROOT."/core/service.class.php", DOL_DOCUMENT_ROOT."/comm/propal/propal.class.php", DOL_DOCUMENT_ROOT."/commande/commande.class.php", DOL_DOCUMENT_ROOT."/compta/facture/facture.class.php",