root/projects/textcubeapi/trunk/app/controllers/service_controller.php
@
580
| Revision 580, 150 bytes (checked in by daybreaker, 22 months ago) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | class ServiceController extends AppController { |
| 3 | var $uses = array(); |
| 4 | |
| 5 | function index() { |
| 6 | $this->pageTitle = 'Textcube API Service'; |
| 7 | } |
| 8 | } |
| 9 | ?> |
Note: See TracBrowser
for help on using the browser.