mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-22 17:12:30 +01:00
16 lines
357 B
PHP
16 lines
357 B
PHP
<?php
|
|
|
|
return [
|
|
'enabled' => true,
|
|
'themes_path' => realpath(base_path('resources/themes')),
|
|
'asset_not_found' => 'LOG_ERROR',
|
|
'active' => 'default',
|
|
|
|
'themes' => [
|
|
'default' => [
|
|
'extends' => null,
|
|
'views-path' => 'default',
|
|
'asset-path' => 'themes/default',
|
|
],
|
|
],
|
|
]; |