id == 0) { throw new Exception("Sketch inexistant"); } if (!$sketch->public && $myUser->id != $sketch->owner) { throw new Exception("Sketch privé, demandez à son propriétaire de le rendre publique"); } ?>
id == $sketch->owner) : ?>

Aucune ressource sélectionnée

Ce tableau est tristement vide... :(

getMessage(); header('location: index.php'); } require_once __ROOT__.'footer.php' ?>