Error: Cannot use EncFS without TLS!Use https:// instead of http://'); } function encfs_mount($what, $where, $password, $arguments='') { system('/bin/echo '.escapeshellarg($password).' | /usr/bin/encfs -S '.escapeshellarg($what).' '.escapeshellarg($where)." $arguments".' 2>&1'); flush(); } function encfs_unmount($where) { system('/usr/bin/fusermount -zu '.escapeshellarg($where).' 2>&1'); flush(); }