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