mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
Ajout du système de popup sur reception d'un SMS
This commit is contained in:
parent
a2b9e3c1c5
commit
34a4790ca6
9 changed files with 91 additions and 3 deletions
|
@ -51,4 +51,12 @@
|
|||
{
|
||||
$this->render('internalIncs/footer');
|
||||
}
|
||||
|
||||
/**
|
||||
* Cette fonction retourne une page js avec des constantes php sous forme js
|
||||
*/
|
||||
public function phptojs()
|
||||
{
|
||||
$this->render('internalIncs/phptojs');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue