Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d0869c2

Browse files
committedDec 15, 2020
Added preview img
1 parent 1ba1555 commit d0869c2

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
 

‎img/preview1.png

1.09 MB
Loading

‎img/preview2.png

69.2 KB
Loading

‎img/preview3.png

168 KB
Loading

‎views/admin.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
{
9797
res["victimdata"].forEach((victim)=>{
9898
99-
console.log(victim)
99+
100100
var victimname=victim["victimname"];
101101
var ip=victim["ip"]?victim["ip"]:"Not Known";
102102
var city=victim["city"]?victim["city"]:"Not Known";

0 commit comments

Comments
 (0)
Please sign in to comment.