From 07dafc5118da6339790c1b183526cfdebea1c0e7 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sat, 27 Jan 2024 17:13:32 +0100 Subject: [PATCH] just testing --- install/steps/5-database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/steps/5-database.php b/install/steps/5-database.php index 6ee7d031..0eb40ab3 100644 --- a/install/steps/5-database.php +++ b/install/steps/5-database.php @@ -17,7 +17,7 @@ if(!$error) { $configToSave = [ // by default, set env to prod // user can disable when he wants - 'env' => 'prod', + 'env' => 'dev', ]; foreach($_SESSION as $key => $value)