Update links on the setup page as well

This commit is contained in:
johnnyq
2025-07-29 18:59:42 -04:00
parent 2333d81276
commit 10fd911dcc
2 changed files with 50 additions and 36 deletions

14
configold.php Normal file
View File

@@ -0,0 +1,14 @@
<?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;