Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
Merge PR#14 from noten-app:#8-Fix-non-critical-XSS-Issues
Browse files Browse the repository at this point in the history
💩
  • Loading branch information
CuzImBisonratte authored Sep 9, 2023
2 parents 967f44c + 22677c9 commit 5697a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/grades/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
</div>
<div class="statistics"></div>
</div>
<div class="grade_add" onclick="location.assign('/classes/grades/add/?class=<?= $_GET['class'] ?>')">
<div class="grade_add" onclick="location.assign('/classes/grades/add/?class=<?= $class_id ?>')">
<div>Add grade <i class="fas fa-plus"></i></div>
</div>
</main>
Expand Down

0 comments on commit 5697a9c

Please sign in to comment.