Skip to content

Commit

Permalink
composer lock
Browse files Browse the repository at this point in the history
  • Loading branch information
sergix44 committed Nov 15, 2019
1 parent bbf3652 commit 94219c4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions install/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
cleanDirectory(__DIR__.'/../resources/cache');
cleanDirectory(__DIR__.'/../resources/sessions');

//removeDirectory(__DIR__.'/../install');
removeDirectory(__DIR__.'/../install');

// if is upgrading and existing installation, put it out maintenance
if ($installed) {
Expand All @@ -271,7 +271,7 @@
}

// Installed successfully, destroy the installer session
session_destroy();
$session->destroy();
return redirect($response, "{$config['base_url']}/?afterInstall=true");
});

Expand Down

0 comments on commit 94219c4

Please sign in to comment.