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://';