mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-21 00:50:07 +00:00
Middleware log. [skip ci]
This commit is contained in:
@@ -29,8 +29,10 @@ class Installer
|
|||||||
$url = $request->url();
|
$url = $request->url();
|
||||||
$strpos = stripos($url, '/install');
|
$strpos = stripos($url, '/install');
|
||||||
if (!($strpos === false)) {
|
if (!($strpos === false)) {
|
||||||
|
Log::debug(sprintf('URL is %s, will NOT run installer middleware', $url));
|
||||||
return $next($request);
|
return $next($request);
|
||||||
}
|
}
|
||||||
|
Log::debug(sprintf('URL is %s, will run installer middleware', $url));
|
||||||
|
|
||||||
// no tables present?
|
// no tables present?
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user