Fix the WCFSetup
authorAlexander Ebert <ebert@woltlab.com>
Fri, 15 Nov 2024 16:17:15 +0000 (17:17 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 15 Nov 2024 16:17:15 +0000 (17:17 +0100)
wcfsetup/install.php

index c3c949dcabbdded1230cdcf6e0188bfd9e328951..9153c18e3a684498c85039c4bf6f1b5591b9b36d 100644 (file)
@@ -17,6 +17,8 @@ define('SETUP_FILE', INSTALL_SCRIPT_DIR . 'WCFSetup.tar.gz');
 
 define('NO_IMPORTS', 1);
 
+define('WCF_N', 1);
+
 $neededFilesPattern = [
        '!^setup/.*!',
        '!^install/files/acp/images/woltlabSuite.*!',