oldhaven/php/app/photo/controllers/Index.class.php

11 lines
105 B
PHP
Raw Normal View History

2011-03-31 06:01:16 +04:00
<?php
class IndexController extends Controller {
public function _index() {
return true;
}
}
?>