From 23a34583a812bbbe5df0bcdc4a40ba32bc4ce409 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 15 Feb 2008 12:57:00 +0000 Subject: Simple plugin mechanism git-svn-id: https://code.elgg.org/elgg/trunk@39 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/start.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'engine/start.php') diff --git a/engine/start.php b/engine/start.php index b238966d3..a0ca5d718 100644 --- a/engine/start.php +++ b/engine/start.php @@ -81,6 +81,12 @@ if (!@include_once($file)) throw new InstallationException("Could not load {$file}"); } + + // Autodetect some default configuration settings + set_default_config(); + + // Load plugins + load_plugins(); } else { // End portion for sanitised installs only -- cgit v1.2.3