mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Fixed add user not adding a user due to an unused db field
This commit is contained in:
@@ -252,7 +252,7 @@ if(isset($_POST['add_company_settings'])){
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
|
||||
<title>Install IT CRM</title>
|
||||
<title>ITFlow Setup</title>
|
||||
|
||||
<!-- Font Awesome Icons -->
|
||||
<link rel="stylesheet" href="plugins/fontawesome-free/css/all.min.css">
|
||||
@@ -268,7 +268,6 @@ if(isset($_POST['add_company_settings'])){
|
||||
|
||||
<div class="wrapper text-sm">
|
||||
|
||||
|
||||
<!-- Navbar -->
|
||||
<nav class="main-header navbar navbar-expand navbar-primary navbar-dark">
|
||||
|
||||
@@ -360,7 +359,6 @@ if(isset($_POST['add_company_settings'])){
|
||||
|
||||
<?php } ?>
|
||||
|
||||
|
||||
<?php if(isset($_GET['database'])){ ?>
|
||||
|
||||
<div class="card card-dark">
|
||||
|
||||
Reference in New Issue
Block a user