diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2023-07-30 02:02:52 +0200 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2023-07-30 02:02:52 +0200 |
commit | e578dd61ac595ed3c8176ccd7d1a7b0c9b771de6 (patch) | |
tree | b2ab2bc22dd28848113de7398a3ee057062a882a /prog | |
parent | fixes some eval stuff (diff) | |
download | r-e578dd61ac595ed3c8176ccd7d1a7b0c9b771de6.tar r-e578dd61ac595ed3c8176ccd7d1a7b0c9b771de6.tar.gz r-e578dd61ac595ed3c8176ccd7d1a7b0c9b771de6.tar.bz2 r-e578dd61ac595ed3c8176ccd7d1a7b0c9b771de6.tar.lz r-e578dd61ac595ed3c8176ccd7d1a7b0c9b771de6.tar.xz r-e578dd61ac595ed3c8176ccd7d1a7b0c9b771de6.tar.zst r-e578dd61ac595ed3c8176ccd7d1a7b0c9b771de6.zip |
Diffstat (limited to 'prog')
-rw-r--r-- | prog/ž/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prog/ž/index.php b/prog/ž/index.php index dc2a2f5..6a62864 100644 --- a/prog/ž/index.php +++ b/prog/ž/index.php @@ -262,6 +262,7 @@ switch ($_REQUEST["e"] . "-" . $_SERVER["REQUEST_METHOD"]) { $stmt = $db->prepare("update computers set last_hash=:last_hash where url=:url"); $stmt->bindParam(":last_hash", $txhash, PDO::PARAM_LOB); $stmt->bindParam(":url", $url, PDO::PARAM_LOB); + $stmt->execute(); transactions_post_handler($transaction); } } |