PATH:
home
/
letacommog
/
letaweb
/
framework
/
gii
/
generators
/
module
/
templates
/
default
/
controllers
<?php echo "<?php\n"; ?> class DefaultController extends Controller { public function actionIndex() { $this->render('index'); } }
[+]
..
[-] DefaultController.php
[edit]