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;