From 73d2ec515be040b5c8bd40444d58d30061339d3f Mon Sep 17 00:00:00 2001 From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com> Date: Thu, 9 Jun 2022 22:35:59 +0200 Subject: [PATCH] Update web.php --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index c2d168b..e796556 100755 --- a/routes/web.php +++ b/routes/web.php @@ -21,7 +21,7 @@ use App\Http\Controllers\UserController; if(EnvEditor::getKey('APP_KEY')==''){Artisan::call('key:generate');} // copies template meta config if none is present - if(!file_exists(base_path("config/config.php"))){copy(base_path('storage/templates/config.php'), base_path('config/config.php'));} + if(!file_exists(base_path("config/advanced-config.php"))){copy(base_path('storage/templates/advanced-config.php'), base_path('config/advanced-config.php'));} //Changes the homepage to a LittleLink Custom profile if set in the config if(config('config.custom_home_url') != '') {