Update util.php

This commit is contained in:
arionum
2018-08-27 15:18:40 +03:00
committed by GitHub
parent 55a1dc750c
commit b974dc4c9a

View File

@@ -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";
}