Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Павел Резуненко / MTAweb

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 1
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • mtaweb
  • ..
  • controllers
  • DefaultController.php
  • Павел Резуненко's avatar
    Added Yii framework files · 01de4073
    Павел Резуненко committed Oct 26, 2012
    01de4073
DefaultController.php 135 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9
<?php echo "<?php\n"; ?>

class DefaultController extends Controller
{
	public function actionIndex()
	{
		$this->render('index');
	}
}