From: vincent@cubedesigners.com Date: Tue, 1 Feb 2011 18:09:20 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=fc52f8586eabe0f969ec4985a04eb5bdfe7f6466;p=cubeextranet.git --- diff --git a/.htaccess b/.htaccess index 690dc17c8..183878b3d 100644 --- a/.htaccess +++ b/.htaccess @@ -27,6 +27,6 @@ RewriteRule ^telecharger/([0-9]+)/(.*)$ index.php/telecharger/$1/$2 [L] RewriteRule ^([-_a-zA-Z0-9/]+)$ index.php/$1 [L] RewriteRule ^viewer/([0-9]+)_([0-9a-fA-F]+)_([0-9]+)/index.html$ viewer/$1_$2_$3/index [L] -RewriteRule ^viewer/([0-9]+)_([0-9a-fA-F]+)_([0-9]+)/index.swf$ fluidbook/compile/index.swf [L] -RewriteRule ^viewer/([0-9]+)_([0-9a-fA-F]+)_([0-9]+)/player.swf$ fluidbook/compile/player.swf [L] +RewriteRule ^viewer/([0-9]+)_([0-9a-fA-F]+)_([0-9]+)/index.swf$ fluidbook/compile/_unprotected/index.swf [L] +RewriteRule ^viewer/([0-9]+)_([0-9a-fA-F]+)_([0-9]+)/player.swf$ fluidbook/compile/_unprotected/player.swf [L] RewriteRule ^viewer/([0-9]+)_([0-9a-fA-F]+)_([0-9]+)/(.+)$ fluidbook/books/final/$1/$4 [L] diff --git a/inc/ws/Controlleur/class.ws.url.php b/inc/ws/Controlleur/class.ws.url.php index d8d1bd484..4db180fa3 100644 --- a/inc/ws/Controlleur/class.ws.url.php +++ b/inc/ws/Controlleur/class.ws.url.php @@ -280,7 +280,7 @@ html{height:100%}' . "\n"; $book_id = $e[0]; self::checkDocumentVersionOfBook($book_id); - wsSecureSWF::checkProtectedSWF(); + //wsSecureSWF::checkProtectedSWF(); $book = $dao->selectById($book_id); if ($book->hash != $e[1]) {