We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ffe4dd commit 0234c5dCopy full SHA for 0234c5d
vulnerable-web/reservation/script.mjs
@@ -6,7 +6,7 @@ const path = window.location.pathname;
6
7
if (path.includes("admin")) {
8
initAdminPage();
9
-} else if (path.includes("index")) {
+} else{
10
initUserPage();
11
}
12
0 commit comments