Skip to content

Commit 73d2ec5

Browse files
committed
Update web.php
1 parent 02bec65 commit 73d2ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/web.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
if(EnvEditor::getKey('APP_KEY')==''){Artisan::call('key:generate');}
2222

2323
// copies template meta config if none is present
24-
if(!file_exists(base_path("config/config.php"))){copy(base_path('storage/templates/config.php'), base_path('config/config.php'));}
24+
if(!file_exists(base_path("config/advanced-config.php"))){copy(base_path('storage/templates/advanced-config.php'), base_path('config/advanced-config.php'));}
2525

2626
//Changes the homepage to a LittleLink Custom profile if set in the config
2727
if(config('config.custom_home_url') != '') {

0 commit comments

Comments
 (0)