From 83714c9767daabd6c5efc19254f7143f28b9745f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 4 Oct 2023 19:26:01 +0200 Subject: [PATCH] Update config.php --- conf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.php b/conf/config.php index 8922d36..3849b68 100644 --- a/conf/config.php +++ b/conf/config.php @@ -7,7 +7,7 @@ $database = '__DB_NAME__'; $mysqli = mysqli_connect($dbhost, $dbusername, $dbpassword, $database) or die('Database Connection Failed'); $config_app_name = 'ITFlow'; $config_base_url = '__DOMAIN____PATH__'; -$config_https_only = TRUE; +$config_https_only = false; $repo_branch = 'master'; $installation_id = 'BmBuGzc3WzV33egS36g0K3miyQGWOfKP'; $config_enable_setup = 0;