2
0
forked from Wavyzz/dolibarr

upgrade to new directory tree

some spelling changes
This commit is contained in:
Philippe Grand
2010-04-22 10:33:34 +00:00
parent d7843e0e60
commit 5d38b90d04
6 changed files with 31 additions and 27 deletions

View File

@@ -67,9 +67,12 @@ class modFTP extends DolibarrModules
// Data directories to create when module is enabled
$this->dirs = array("/ftp/temp");
// Langs file within the module
$this->langfiles = array("@ftp");
// Config pages. Put here list of php page names stored in admmin directory used to setup module
$this->config_page_url = array('ftpclient.php');
$this->config_page_url = array('ftpclient.php@ftp');
// Dependencies
$this->depends = array(); // List of modules id that must be enabled if this module is enabled