stage #1

Merged
ThaMunsta merged 351 commits from stage into main 2025-11-10 14:37:21 +00:00
2 changed files with 0 additions and 14 deletions
Showing only changes of commit 5a76780cd9 - Show all commits

View File

@@ -1,14 +0,0 @@
<?php
$dbhost = 'localhost';
$dbusername = 'itflow_dev';
$dbpassword = 'pizzaParty23!';
$database = 'itflow_dev';
$mysqli = mysqli_connect($dbhost, $dbusername, $dbpassword, $database) or die('Database Connection Failed');
$config_app_name = 'ITFlow';
$config_base_url = 'dev.itflow.org';
$config_https_only = TRUE;
$repo_branch = 'develop';
$installation_id = 'bRsidH9yPPxgcPEgw9WDvoMXz3f8S1L9';
$config_enable_setup = 0;