]> _ Git - cubeextranet.git/commitdiff
wip #3164 @1
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 24 Oct 2019 12:02:10 +0000 (12:02 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 24 Oct 2019 12:02:10 +0000 (12:02 +0000)
inc/ws/Util/class.ws.exporter.php

index 112a9ad0bdb253de75028dde7d45b195a7d6d644..e43ad79a306687bef136752c328b2528d46089e7 100644 (file)
@@ -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://';