1
0
Fork 0
oldhaven/php-bak/app/photo/controllers/Index.class.php

11 lines
105 B
PHP

<?php
class IndexController extends Controller {
public function _index() {
return true;
}
}
?>