From af97bc896e64ccbfc161ebde7bca808ae5089564 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Fri, 26 Aug 2011 21:10:24 -0700 Subject: [PATCH] Make site profiles work --- install.php | 22 ++-- lib/installer.php | 45 ++++++-- lib/siteprofile.php | 264 ++++++++++++++++++++++++++++++++++++++++++++ lib/statusnet.php | 11 ++ 4 files changed, 323 insertions(+), 19 deletions(-) create mode 100644 lib/siteprofile.php diff --git a/install.php b/install.php index fdcbce84c9..054be3d8d7 100644 --- a/install.php +++ b/install.php @@ -249,11 +249,11 @@ class WebInstaller extends Installer
- Installation profile + Site profile