We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 720f88b commit b1b7981Copy full SHA for b1b7981
setup-config.php
@@ -116,8 +116,8 @@ function getVersion($cmd)
116
// Initialization
117
// --------------
118
119
-$templateFile = __DIR__ . '/application.config.template.php';
120
-$configFile = __DIR__ . '/application.config.php';
+$templateFile = __DIR__ . '/config/application.config.template.php';
+$configFile = __DIR__ . '/config/application.config.php';
121
$sqlFile = __DIR__ . "/sql/mrp.sql";
122
123
if (!file_exists($templateFile)) {
0 commit comments