Added LDAP auth

This commit is contained in:
2023-02-24 09:29:18 +01:00
parent 7d6450706f
commit b144555e46
11 changed files with 89 additions and 16 deletions

View File

@@ -35,7 +35,6 @@
function db_insert($query) {
// run query
echo "<pre>$query</pre>";
$sql = mysqli_query($this->dblink, $query) or die(mysqli_error($this->dblink));
// return result