Changes

Jump to navigation Jump to search
m
Line 41: Line 41:  
=== Custom directory management ===  
 
=== Custom directory management ===  
 
An external module called '''mymodule''' can be installed into '''htdocs/custom/mymodule''' (the default) as well as in '''htdocs/mymodule'''. It must works in both cases.
 
An external module called '''mymodule''' can be installed into '''htdocs/custom/mymodule''' (the default) as well as in '''htdocs/mymodule'''. It must works in both cases.
 +
 +
=== No writing in standard tree===
 +
The module must not write in Dolibarr's "'''programs'''" but only into files located into the directory "'''documents'''". Including for temporary files. It should be remembered that on a proper installation of Dolibarr, the entire program tree (with the exception of the custom directory) is set to read-only.
    
=== Core file modifications ===
 
=== Core file modifications ===

Navigation menu