aboutsummaryrefslogtreecommitdiff
path: root/actions/systemsettings/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/systemsettings/install.php')
-rw-r--r--actions/systemsettings/install.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php
index 05ec62ba7..bf2011a19 100644
--- a/actions/systemsettings/install.php
+++ b/actions/systemsettings/install.php
@@ -49,11 +49,12 @@
else
set_config('ping_home', 'disabled', $site->getGUID());
- // activate profile by default
+ // activate some plugins by default
enable_plugin('profile', $site->getGUID());
-
- // activate river by default
enable_plugin('river', $site->getGUID());
+ enable_plugin('updateclient', $site->getGUID());
+ enable_plugin('logbrowser', $site->getGUID());
+
// Now ping home
if ((!isset($usage)) || ($usage!='disabled'))