From d5f02db96258877360bd783f72c9fbe06680c980 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 24 Oct 2019 12:02:10 +0000 Subject: [PATCH] wip #3164 @1 --- inc/ws/Util/class.ws.exporter.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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://'; -- 2.39.5