Skip to content

Commit

Permalink
v2_stable_update
Browse files Browse the repository at this point in the history
  • Loading branch information
GemGeorge committed Dec 15, 2022
1 parent 8008a83 commit 639f0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spear/manager/common_functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ function getRandomStr($length=10){
return substr(str_shuffle(str_repeat($x='0123456789abcdefghijklmnopqrstuvwxyz', ceil(10/strlen($x)) )),1,intval($length));
}
function getSniperPhishVersion(){ //update this when new version releases
echo "2.0-Beta";
echo "2.0";
}

?>

0 comments on commit 639f0e9

Please sign in to comment.