Update links on the setup page as well
This commit is contained in:
14
configold.php
Normal file
14
configold.php
Normal 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;
|
||||
|
||||
Reference in New Issue
Block a user