// 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');
define('CUBE_SEARCH_LIMIT_CHARS', 3);
-
define('PUBLIC_PATH', realpath(dirname(__FILE__) . '/..'));
}\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