2
0
forked from Wavyzz/dolibarr

Clean and debug code to execute CLI commands

This commit is contained in:
Laurent Destailleur
2017-11-02 20:17:27 +01:00
parent 26b01792b2
commit 2a2c0aaa5f
3 changed files with 88 additions and 53 deletions

View File

@@ -294,6 +294,8 @@ function exportWebSite($website)
*/
function importWebSite($pathtofile)
{
global $db;
$result = 0;
$filename = basename($pathtofile);