From: vincent@cubedesigners.com Date: Thu, 24 Oct 2019 12:02:10 +0000 (+0000) Subject: wip #3164 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d5f02db96258877360bd783f72c9fbe06680c980;p=cubeextranet.git wip #3164 @1 --- diff --git a/inc/ws/Util/class.ws.exporter.php b/inc/ws/Util/class.ws.exporter.php index 112a9ad0b..e43ad79a3 100644 --- a/inc/ws/Util/class.ws.exporter.php +++ b/inc/ws/Util/class.ws.exporter.php @@ -368,10 +368,10 @@ class wsExporter if ($this->action == 'references') { //$root = 'fluidbook@www.fluidbook.com:/home/fluidbook/www/references/'; - $root = '/mnt/sshfs/fluidbook/www/references/'; + $root = '/mnt/sshfs/fluidbook/home/fluidbook/www/references/'; $rootURL = 'https://www.fluidbook.com/references/'; } else if ($this->action == 'hosting') { - $root = '/mnt/sshfs/fluidbook/hosting/'; + $root = '/mnt/sshfs/fluidbook/data/fluidbook/hosting/'; $rootURL = 'https://hosting.fluidbook.com/'; } else if ($this->action == 'ftp') { $root = 'ftp://';