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