From b974dc4c9af52e0a719b1695029b362b4a1cd49d Mon Sep 17 00:00:00 2001 From: arionum <34399752+arionum@users.noreply.github.com> Date: Mon, 27 Aug 2018 15:18:40 +0300 Subject: [PATCH] Update util.php --- util.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util.php b/util.php index 2b18278..11bfee7 100755 --- a/util.php +++ b/util.php @@ -471,7 +471,8 @@ foreach($r as $x){ $db->exec("UNLOCK TABLES"); echo "All done"; - +} elseif($cmd == "version"){ + echo "\n\n".VERSION."\n\n"; } else { echo "Invalid command\n"; }