mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 09:26:27 +02:00
Mise à une minute avant par défaut sur l'envoi des SMS, plus pratique
This commit is contained in:
parent
51187620ba
commit
4a2604237d
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
|||
{
|
||||
$now = new DateTime();
|
||||
$babyonemoretime = new DateInterval('PT1M'); //Haha, i'm so a funny guy
|
||||
$now->add($babyonemoretime);
|
||||
$now->sub($babyonemoretime);
|
||||
$now = $now->format('Y-m-d H:i');
|
||||
return $this->render('scheduleds/add', array(
|
||||
'now' => $now
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue