File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 91
91
}
92
92
93
93
//
94
- // Check if config/database.php exist -> if not, redirect to installer
94
+ // Check if config/database.php exist -> if not, redirect to the installer
95
95
//
96
96
if (!file_exists (PMF_CONFIG_DIR . '/database.php ' ) && !file_exists (PMF_LEGACY_CONFIG_DIR . '/database.php ' )) {
97
97
$ response = new RedirectResponse ('./setup/ ' );
Original file line number Diff line number Diff line change 165
165
166
166
<!-- Setup without trailing slash -->
167
167
<rule name =" Setup Root" stopProcessing =" true" >
168
- <match url =" ^setup$ " />
168
+ <match url =" ^setup/(.*) " />
169
169
<action type =" Rewrite" url =" setup/index.php" appendQueryString =" true" />
170
170
</rule >
171
171
172
172
<!-- Update without trailing slash -->
173
173
<rule name =" Update Root" stopProcessing =" true" >
174
- <match url =" ^update$ " />
174
+ <match url =" ^update/(.*) " />
175
175
<action type =" Rewrite" url =" update/index.php" appendQueryString =" true" />
176
176
</rule >
177
177
You can’t perform that action at this time.
0 commit comments