mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Use env() properly throughout panel to avoid cache issues.
This commit is contained in:
@@ -4,14 +4,9 @@ return [
|
||||
'enabled' => true,
|
||||
'themes_path' => realpath(base_path('resources/themes')),
|
||||
'asset_not_found' => 'LOG_ERROR',
|
||||
'active' => ENV('APP_THEME', 'default'),
|
||||
'active' => env('APP_THEME', 'pterodactyl'),
|
||||
|
||||
'themes' => [
|
||||
'default' => [
|
||||
'extends' => null,
|
||||
'views-path' => 'default',
|
||||
'asset-path' => 'themes/default',
|
||||
],
|
||||
'pterodactyl' => [
|
||||
'extends' => null,
|
||||
'views-path' => 'pterodactyl',
|
||||
|
||||
Reference in New Issue
Block a user