aboutsummaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-06-15 13:13:20 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-06-15 13:13:20 +0200
commit215b0a564e00874367a2730f204f967a1c336ebc (patch)
treec3b51c41f1db3beb7577de978ab230113d69ecb8 /app/views
parente5637cb1ed2ff0e284eea0bae32f2e7135c89716 (diff)
Suppression du contrôleur API qui ne servait à rien
Diffstat (limited to 'app/views')
-rw-r--r--app/views/api/getNbNotRead.phtml3
-rw-r--r--app/views/api/getPublicFeed.phtml3
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);
-?>