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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-01-10 18:04:08 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-01-10 18:04:08 +0300
commit0bc0409030a18e3ffa04f49e11c8d11af83887a6 (patch)
treed5ca9ba31bed5de4ee50187d9a3e0e11565d3373 /modules/Controller.php
parentfce89438f49758e86bab66a9ede6345dd9745ca7 (diff)
Some cleaning + started removing/fixing some TODO in the code
Diffstat (limited to 'modules/Controller.php')
-rw-r--r--modules/Controller.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/Controller.php b/modules/Controller.php
index 8bf0087eff..1e70e3f472 100644
--- a/modules/Controller.php
+++ b/modules/Controller.php
@@ -5,5 +5,4 @@ abstract class Piwik_Controller
{
return 'index';
}
-}
-?>
+} \ No newline at end of file