Skip to content

Commit

Permalink
version_update
Browse files Browse the repository at this point in the history
  • Loading branch information
GemGeorge committed Jun 25, 2022
1 parent 6bd179a commit be96f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spear/common_functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}

?>

0 comments on commit be96f65

Please sign in to comment.