mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Adjust default theme in .env and note that http:// is required on URLs
This commit is contained in:
@@ -122,7 +122,7 @@ class UpdateEnvironment extends Command
|
||||
}
|
||||
|
||||
if (is_null($this->option('url'))) {
|
||||
$variables['APP_URL'] = $this->ask('Panel URL', env('APP_URL'));
|
||||
$variables['APP_URL'] = $this->ask('Panel URL (include http(s)://)', env('APP_URL'));
|
||||
} else {
|
||||
$variables['APP_URL'] = $this->option('url');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user