Skip to content

Commit dbca1a9

Browse files
authored
Fix wrong payload firmware description
1 parent f5e0f65 commit dbca1a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

includes/js/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const payloads = [
7171
name: "ElfLoader",
7272
author: "John Tornblom",
7373
description: "Launches ElfLoader server on port 9021 to send elf payloads.",
74-
specificFW: "7.00 - 9.60",
74+
specificFW: "",
7575
category: "tools",
7676
funcName: "load_Elfldr"
7777
},
@@ -98,7 +98,7 @@ const payloads = [
9898
name: "PS4-Debug",
9999
author: "CTN & SiSTR0",
100100
description: "Debugging tools for PS4.",
101-
specificFW: "12.02",
101+
specificFW: "up to 12.02",
102102
category: "tools",
103103
funcName: "load_PS4Debug"
104104
},

0 commit comments

Comments
 (0)