From 215f3889924973ad138cfce309744cb1abf38cf0 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 23 Sep 2020 13:04:26 +0300 Subject: move timestamp-related stuff to a separate class --- classes/rpc.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'classes/rpc.php') diff --git a/classes/rpc.php b/classes/rpc.php index b5cbbbcea..59a119ed7 100755 --- a/classes/rpc.php +++ b/classes/rpc.php @@ -647,8 +647,6 @@ class RPC extends Handler_Protected { $params["php_platform"] = PHP_OS; $params["php_version"] = PHP_VERSION; - $params["sanity_checksum"] = sha1(file_get_contents("include/sanity_check.php")); - $pdo = Db::pdo(); $sth = $pdo->prepare("SELECT MAX(id) AS mid, COUNT(*) AS nf FROM -- cgit v1.2.3