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:
authormattpiwik <matthieu.aubry@gmail.com>2007-07-26 18:57:06 +0400
committermattpiwik <matthieu.aubry@gmail.com>2007-07-26 18:57:06 +0400
commit53a6e6e96398f12c9163f01c586b832c8a966747 (patch)
tree12ca372e4258ed3ba4754c757b791db4015e2cdd /index.php
parent90bc666b60a9e3511e9dcf1b00ee9b47f70177f7 (diff)
unit testing + many changes design
git-svn-id: http://dev.piwik.org/svn/trunk@18 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 264d970cdb..20bd69162d 100755
--- a/index.php
+++ b/index.php
@@ -85,6 +85,7 @@ function main()
{
Piwik::log("Start process...");
$api = Piwik_PublicApi::getInstance();
+
$api->registerClass("Piwik_SitesManager");
$api->registerClass("Piwik_UsersManager");