From be96f65979481ad2d980c9fac195c56a445065ca Mon Sep 17 00:00:00 2001 From: Gem George Date: Sat, 25 Jun 2022 19:26:35 +0530 Subject: [PATCH] version_update --- spear/common_functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spear/common_functions.php b/spear/common_functions.php index ad260d7..a38047d 100644 --- a/spear/common_functions.php +++ b/spear/common_functions.php @@ -324,7 +324,7 @@ function getRandomStr($length=10){ return substr(str_shuffle(str_repeat($x='0123456789abcdefghijklmnopqrstuvwxyz', ceil(10/strlen($x)) )),1,intval($length)); } function getSniperPhishVersion(){ - echo "1.4"; + echo "1.3.1"; } ?> \ No newline at end of file