From f93ce10e56f335cfe1678ea93ca971f77eb839e1 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 29 Jul 2008 16:42:04 +0000 Subject: Added basic log browser. updateclient & logbrowser are switched on by default in new installs. git-svn-id: https://code.elgg.org/elgg/trunk@1579 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/systemsettings/install.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'actions/systemsettings/install.php') 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')) -- cgit v1.2.3