diff options
| author | 2013-06-15 13:13:20 +0200 | |
|---|---|---|
| committer | 2013-06-15 13:13:20 +0200 | |
| commit | 215b0a564e00874367a2730f204f967a1c336ebc (patch) | |
| tree | c3b51c41f1db3beb7577de978ab230113d69ecb8 /app/views | |
| parent | e5637cb1ed2ff0e284eea0bae32f2e7135c89716 (diff) | |
Suppression du contrôleur API qui ne servait à rien
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/api/getNbNotRead.phtml | 3 | ||||
| -rw-r--r-- | app/views/api/getPublicFeed.phtml | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/app/views/api/getNbNotRead.phtml b/app/views/api/getNbNotRead.phtml deleted file mode 100644 index 31c58f6ca..000000000 --- a/app/views/api/getNbNotRead.phtml +++ /dev/null @@ -1,3 +0,0 @@ -<?php -echo json_encode($this->nb_not_read); - diff --git a/app/views/api/getPublicFeed.phtml b/app/views/api/getPublicFeed.phtml deleted file mode 100644 index 8eb0774f2..000000000 --- a/app/views/api/getPublicFeed.phtml +++ /dev/null @@ -1,3 +0,0 @@ -<?php -echo json_encode ($this->entries); -?> |
