mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-12 19:02:35 +01:00
Fix: Fix a lot of bugs (missing translations, sql error, country flag not shown, region management, W3C, ajax too slow...)
This commit is contained in:
@@ -67,9 +67,9 @@ 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");
|
||||
$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@ftp');
|
||||
|
||||
Reference in New Issue
Block a user