diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-17 17:26:45 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-17 17:26:45 +0000 |
commit | 599e8cce8bcca81b87554da1a43ca4f05d8aa92e (patch) | |
tree | fd147cc0dac74e6a620b20912324ed0e7053c2ea /install.php | |
parent | dbe2fbc6eabf90959415832154deb9e11ef2f636 (diff) | |
download | elgg-599e8cce8bcca81b87554da1a43ca4f05d8aa92e.tar.gz elgg-599e8cce8bcca81b87554da1a43ca4f05d8aa92e.tar.bz2 |
- To use main site config
Marcus Povey
git-svn-id: https://code.elgg.org/elgg/trunk@953 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/install.php b/install.php index f5625f1c6..80be31bb1 100644 --- a/install.php +++ b/install.php @@ -15,12 +15,7 @@ * Start the Elgg engine
*/
require_once(dirname(__FILE__) . "/engine/start.php");
- global $CONFIG;
- - /** - * We still want to be in failsafe (bit of a hack) - */ - set_input('view', 'failsafe'); + global $CONFIG; /**
* If we're installed, go back to the homepage
|