H:\Works\cubeExtranet\fluidbook\compile\_protect\secureSWF.exe H:\Works\cubeExtranet\fluidbook\compile\_protect\fluidbook.sspj H:\Works\cubeExtranet\fluidbook\compile\\r
"H:\Applications\PortableApps\PuTTYPortable\App\PuTTY\pscp.exe" -agent -batch H:\Works\cubeExtranet\fluidbook\compile\player.swf extranet@extranet.cubedesigners.com:/home/extranet/www/fluidbook/compile/\r
"H:\Applications\PortableApps\PuTTYPortable\App\PuTTY\pscp.exe" -agent -batch H:\Works\cubeExtranet\fluidbook\compile\index.swf extranet@extranet.cubedesigners.com:/home/extranet/www/fluidbook/compile/\r
-"H:\Applications\PortableApps\PuTTYPortable\App\PuTTY\pscp.exe" -agent -batch H:\Works\cubeExtranet\fluidbook\compile\_unprotected\player.swf extranet@extranet.cubedesigners.com:/home/extranet/www/fluidbook/compile/_unprotected\r
-"H:\Applications\PortableApps\PuTTYPortable\App\PuTTY\pscp.exe" -agent -batch H:\Works\cubeExtranet\fluidbook\compile\_unprotected\index.swf extranet@extranet.cubedesigners.com:/home/extranet/www/fluidbook/compile/_unprotected
\ No newline at end of file
+"H:\Applications\PortableApps\PuTTYPortable\App\PuTTY\pscp.exe" -agent -batch H:\Works\fluidbook3d\player.swf extranet@extranet.cubedesigners.com:/home/extranet/www/fluidbook/compile/_unprotected\r
+"H:\Applications\PortableApps\PuTTYPortable\App\PuTTY\pscp.exe" -agent -batch H:\Works\fluidbook3d\index.swf extranet@extranet.cubedesigners.com:/home/extranet/www/fluidbook/compile/_unprotected
\ No newline at end of file
global $core;
$dao = new commonDAOUtilisateur($core->con);
$datas = array('resolution' => $this->args['resolution'],
- 'objects' => $this->args['objects'],
- 'method' => $this->args['method'],
- 'quality' => $this->args['quality'],
- 'version' => $this->args['version']);
+ 'objects' => $this->args['objects'],
+ 'method' => $this->args['method'],
+ 'quality' => $this->args['quality'],
+ 'version' => $this->args['version']);
$dao->sauveWSSettings($core->user->utilisateur_id, $datas);
}
}
-
$t->addAttribute('right', $right);
$t->addAttribute('proprietaire', $theme->proprietaire_nom);
$t->addAttribute('books', max(($theme->nbBooks) - ($mine ? 1 : 0), 0));
$book->traductions = wsLang::checkTranslations($book->traductions);
if ($book->traductions != array()) {
//$bookLang = $this->xml->addChild('book_lang', json_encode($book->traductions));
- $bookLang = (array) $book->traductions;
+ $bookLang = (array)$book->traductions;
}
}
$absoluteURL = 'https://' . $_SERVER['HTTP_HOST'] . '/' . $viewer . '/' . $book->book_id . '_' . $book->hash . '_' . TIME . '/';
$this->xml->addChild('compiledBook', $absoluteURL . 'index.swf?base=' . $absoluteURL);
}
-
-}
-
-?>
\ No newline at end of file
+}
\ No newline at end of file