]> _ Git - cubeextranet.git/commitdiff
wait #5592 @0.25
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 21 Nov 2022 10:56:54 +0000 (10:56 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 21 Nov 2022 10:56:54 +0000 (10:56 +0000)
bin/fixrights
inc/ws/Util/html5/master/class.ws.html5.compiler.php

index 85310354813d38e1740b619f1f7edcd41a2953f2..dfaf54c3811dc0c74d574d7b68f6be0dc4b4c2b2 100644 (file)
@@ -3,7 +3,8 @@ chown -R extranet:www-data /home/extranet
 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
index 072e319a584144900256031f96ee2311a0e0e63b..b10fa73e2a1aef305dfa78268fda4ac98152038e 100644 (file)
@@ -2780,7 +2780,6 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
         $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);