Skip to content

Commit 9070251

Browse files
authored
Update db.php
1 parent b6f73aa commit 9070251

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/db.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22
/**
33
* @author Skully (https://github.com/ImSkully)
4-
* @website http://skully.tech
5-
* @email skully@ultranetwork.net
6-
* @updated 06/08/2020 (dd/mm/yyyy)
4+
* @website https://skully.tech
5+
* @email contact@skully.tech
6+
* @updated 20/08/2021 (dd/mm/yyyy)
77
*
88
* A simplified API for the PHP mysqli driver, combining the usage of
99
* a single connection per database; supports multiple database connections!
@@ -134,4 +134,4 @@ function escape($data, $db = "primary") // Adjust the default server to for esca
134134
{
135135
global $DATABASES;
136136
return $DATABASES[$db]["db"]->real_escape_string($data);
137-
}
137+
}

0 commit comments

Comments
 (0)