We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f73aa commit 9070251Copy full SHA for 9070251
1 file changed
src/db.php
@@ -1,9 +1,9 @@
1
<?php
2
/**
3
* @author Skully (https://github.com/ImSkully)
4
- * @website http://skully.tech
5
- * @email skully@ultranetwork.net
6
- * @updated 06/08/2020 (dd/mm/yyyy)
+ * @website https://skully.tech
+ * @email contact@skully.tech
+ * @updated 20/08/2021 (dd/mm/yyyy)
7
*
8
* A simplified API for the PHP mysqli driver, combining the usage of
9
* 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
134
{
135
global $DATABASES;
136
return $DATABASES[$db]["db"]->real_escape_string($data);
137
-}
+}
0 commit comments