diff options
-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
|