chown root:root /home/extranet/www/.docker/config/cron/host
chown root:root /home/extranet/www/.docker/config/sudoers
chown -R extranet:www-data /data/extranet
-chmod -R 775 /home/extranet
+chmod -R 775 /home/extranet/www
+chmod 750 /home/extranet
chmod -R 775 /data/extranet
chmod -R 777 /home/extranet/share
chmod -R 777 /home/toolbox/www/resources/fluidbookpublication/player
$cache = sha1($this->book->parametres->highlightResults . '/--/' . $this->book->parametres->searchWordSelectionAlgorithm . '///' . $this->book->parametres->textExtraction . '|--|' . $this->book->parametres->ignoreSearchSeparators . '|||' . $this->book->composition_update . '()()()' . filemtime(WS_TOOLS . '/fwstk/out/artifacts/fwstk_jar/fwstk.jar'));
$cacheDir = WS_BOOKS . '/index/' . $this->book_id . '/' . $cache . '/';
if (!file_exists($cacheDir)) {
- die($cacheDir);
mkdir($cacheDir, 0777, true);
$this->daoBook->makeTextsIndexes($this->book, $this->pages, $index, $textes, true);