diff options
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); } } |