$book = $dao->selectById($book_id);
- if (null===$book || ($hash != 'bcf26f9cf4a795ec00b9a44f42750d58' && $book->hash != $hash)) {
+ if (null === $book || ($hash != 'bcf26f9cf4a795ec00b9a44f42750d58' && $book->hash != $hash)) {
commonDroits::error();
}
{
global $core;
+ header('Location: https://toolbox.fluidbook.com/company');
+ exit;
+
cubePage::truePopup();
cubePage::autoComplete();
cubePage::emptyfield();
commonDroits::min(3);
- if(!wsDroits::canManageClients()){
+ if (!wsDroits::canManageClients()) {
commonDroits::error();
}
$settings = $core->user->getSettings('clients_ws');
{
global $core;
commonDroits::min(3);
- if(!wsDroits::canManageClients()){
+ if (!wsDroits::canManageClients()) {
commonDroits::error();
}
$settings = is_null($settings) ? $core->user->getSettings('clients_ws') : $settings;
{
global $core;
commonDroits::min(3);
- if(!wsDroits::canManageClients()){
+ if (!wsDroits::canManageClients()) {
commonDroits::error();
}
$dao = new commonDAOEntreprise($core->con);
{
global $core;
commonDroits::min(3);
- if(!wsDroits::canManageClients()){
+ if (!wsDroits::canManageClients()) {
commonDroits::error();
}
$dao = new commonDAOEntreprise($core->con);
{
global $core;
commonDroits::min(3);
- if(!wsDroits::canManageClients()){
+ if (!wsDroits::canManageClients()) {
commonDroits::error();
}
public static function demandes()
{
- if(!wsDroits::canManageClients()){
+ if (!wsDroits::canManageClients()) {
commonDroits::error();
}
http::redirect('https://toolbox.fluidbook.com/fluidbook-quote');