N°3253 setup : change require to trigger Composer's platform_check

This commit is contained in:
Pierre Goiffon
2021-02-01 08:35:31 +01:00
parent 9ebf0ce1e5
commit 29df7fda7e

View File

@@ -31,8 +31,10 @@
*
* @since 3.0.0 N°3253
*/
$bBypassMaintenance = true; // Reset maintenance mode in case of problem
require_once('../approot.inc.php');
// this will trigger Composer platform_check
// see https://github.com/composer/composer/blob/master/doc/07-runtime.md#platform-check
require_once('../lib/autoload.php');
echo <<<'HTML'