root/projects/textcubeapi/trunk/app/controllers/service_controller.php @ 580

Revision 580, 150 bytes (checked in by daybreaker, 22 months ago)

프로젝트 파일 추가

Line 
1<?php
2class 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.