This commit is contained in:
2026-08-28 12:33:02 +03:00
parent e504de8705
commit cc89c4a10c
11 changed files with 16 additions and 63 deletions
+1 -2
View File
@@ -3,7 +3,6 @@ include 'k-api.php';
const ADMIN_PASS = "superdengipassword4";
const SECRET_KEY = "dengisecretkey_monay_ivan_pletnev";
const API_PATH = "./";
function db()
@@ -28,7 +27,7 @@ function relativePathToUrl($rel)
function FastDBReq(PDO $db, string $sql, array $params = []): array
{
{
try {
$stmt = $db->prepare($sql);
$stmt->execute($params);