Operation Cleanup Round 4 - Remove config_base_url from settings table in db. This should be in your config.php now, if this is not added this can break things

This commit is contained in:
johnnyq
2022-09-17 18:04:26 -04:00
parent e45452b63f
commit 996c603826
8 changed files with 12 additions and 36 deletions

View File

@@ -34,7 +34,6 @@ while($row = mysqli_fetch_array($sql_companies)){
$config_mail_from_email = $row['config_mail_from_email'];
$config_mail_from_name = $row['config_mail_from_name'];
$config_recurring_auto_send_invoice = $row['config_recurring_auto_send_invoice'];
$config_base_url = $row['config_base_url'];
// Tickets
$config_ticket_prefix = $row['config_ticket_prefix'];