Suppression de l'inclusion du module supp pour les propales, inclusion désormais dans addpropal.php3
This commit is contained in:
parent
18e0106a9c
commit
4a23c2feb2
@ -149,10 +149,6 @@ if (defined("MAIN_MODULE_PROPALE") && MAIN_MODULE_PROPALE)
|
|||||||
{
|
{
|
||||||
require (DOL_DOCUMENT_ROOT ."/includes/modules/propale/modules_propale.php");
|
require (DOL_DOCUMENT_ROOT ."/includes/modules/propale/modules_propale.php");
|
||||||
|
|
||||||
if (defined("PROPALE_ADDON"))
|
|
||||||
if (is_readable(DOL_DOCUMENT_ROOT ."/includes/modules/propale/".PROPALE_ADDON.".php"))
|
|
||||||
require(DOL_DOCUMENT_ROOT ."/includes/modules/propale/".PROPALE_ADDON.".php");
|
|
||||||
|
|
||||||
if (! defined("PROPALE_OUTPUTDIR"))
|
if (! defined("PROPALE_OUTPUTDIR"))
|
||||||
{
|
{
|
||||||
define('PROPALE_OUTPUTDIR', DOL_DOCUMENT_ROOT . "/document/propale/");
|
define('PROPALE_OUTPUTDIR', DOL_DOCUMENT_ROOT . "/document/propale/");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user