Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Controller.php « modules - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1e70e3f4726e7dbfa2078c716b9b3ba9275b7ad0 (plain)
1
2
3
4
5
6
7
8
<?php
abstract class Piwik_Controller
{
	function getDefaultAction()
	{
		return 'index';
	}
}