]> _ Git - cubeextranet.git/commitdiff
#1077
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Fri, 6 Jan 2017 17:39:03 +0000 (17:39 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Fri, 6 Jan 2017 17:39:03 +0000 (17:39 +0000)
inc/config.inc.php
inc/ws/Util/class.ws.secure.swf.php

index 1da341abefa600d8db6b9fc705651c9a06181ef0..45c3020bf09c37d6cc606e243bdec829763715c8 100644 (file)
@@ -27,7 +27,7 @@ define('COMPOSER_SOURCES', AS3_SOURCES . '/com/fluidbook/ws');
 // Workshop
 define('THEMES', WEBROOT . '/fluidbook/themes/');
 define('ICONS', WEBROOT . '/fluidbook/icones/');
-define('WS_STATS', 'http://stats.fluidbook.com/');
+define('WS_STATS', 'https://stats.fluidbook.com/');
 define('WS_FILES', ROOT . '/fluidbook');
 define('WS_BOOKS', WS_FILES . '/books');
 define('WS_COLLECTIONS', WS_FILES . '/collections');
@@ -63,5 +63,4 @@ define('TIMEZONE', 'UTC');
 
 define('CUBE_SEARCH_LIMIT_CHARS', 3);
 
-
 define('PUBLIC_PATH', realpath(dirname(__FILE__) . '/..'));
index 8c9a9be0ea222f8f5eb0340b457069c2c75b7372..66a0438244ad29162d6343f63ac7aca2393b4ab2 100644 (file)
@@ -85,13 +85,13 @@ class wsSecureSWF {
        }\r
 \r
        protected static function protectFiles($type) {\r
-               $secureSWF = new cubeCommandLine('secureSWF', null, true);\r
+               /*$secureSWF = new cubeCommandLine('secureSWF', null, true);\r
                $secureSWF->setSudo();\r
                $secureSWF->setPath(CONVERTER_PATH);\r
                $secureSWF->setManualArg(self::$configLocal);\r
                $secureSWF->setManualArg(self::$protected);\r
                $secureSWF->execute();\r
 \r
-               file_put_contents(WS_COMPILE_ASSETS . '/_protect/secure_' . $type . '.log', $secureSWF->commande . "\n\n\n" . $secureSWF->output);\r
+               file_put_contents(WS_COMPILE_ASSETS . '/_protect/secure_' . $type . '.log', $secureSWF->commande . "\n\n\n" . $secureSWF->output);*/\r
        }\r
 }\r