parameter fgdebug

This commit is contained in:
2020-10-23 13:37:58 +02:00
parent 33c61bb618
commit a0002bcd90
2 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class SondeController extends Controller
public function sondeAction()
{
// Debug sonde
$fgdebug = true;
$fgdebug = $this->getParameter("fgdebug");
// Calcul du login
$user=$this->getUser();