Merge pull request #6204 from JakubOnderka/2.4

fix: [internal] Syntax error in bootstrap.default.php
pull/6214/head
Jakub Onderka 2020-08-18 12:41:32 +02:00 committed by GitHub
commit 9c077fbd54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ if (Configure::read('MISP.baseurl')) {
}
}
}
/*
* Plugins need to be loaded manually, you can either load them one by one or all of them in a single call
* Uncomment one of the lines below, as you need. make sure you read the documentation on CakePlugin to use more
* advanced ways of loading plugins