mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-13 19:47:45 +02:00
fix(analytics): remove charts empty values + remove useless language cache
fix(install): edit host_url helper and remove back() when create .env
This commit is contained in:
parent
bc8b88f6f6
commit
1678794153
8 changed files with 21 additions and 21 deletions
|
|
@ -44,7 +44,7 @@ class Install extends Controller
|
|||
|
||||
$dotenv->load();
|
||||
} catch (\Throwable $e) {
|
||||
return $this->createEnv();
|
||||
$this->createEnv();
|
||||
}
|
||||
|
||||
// Check if the created .env file is writable to continue install process
|
||||
|
|
@ -139,8 +139,6 @@ class Install extends Controller
|
|||
// Could not create the .env file, redirect to a view with manual instructions on how to add it
|
||||
return view('install/manual_config');
|
||||
}
|
||||
|
||||
return redirect()->back();
|
||||
}
|
||||
|
||||
public function instanceConfig()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue