Skip to content
Permalink
Browse files Browse the repository at this point in the history
Hotfix: XSS-Vulnerability $_SERVER['PHP_SELF']
  • Loading branch information
01-Scripts committed Sep 15, 2021
1 parent c081ea8 commit ae849b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01article.php
Expand Up @@ -50,7 +50,7 @@
// Variablen
$imagepf = $moduldir.$modulvz.$imagepf; // Pfad zum Bild-Verzeichnis
$tempdir = $moduldir.$modulvz.$tempdir; // Template-Verzeichnis
$filename = $_SERVER['PHP_SELF']; // Variable enthält die Adresse der Datei, auf der das Artikelsystem eingebunden wurde
$filename = $_SERVER['SCRIPT_NAME']; // Variable enthält die Adresse der Datei, auf der das Artikelsystem eingebunden wurde
$flag_comments_js = TRUE; // Kommentar-Feld per Default via JavaScript ausblenden?
// Language-File einbinden
Expand Down

0 comments on commit ae849b3

Please sign in to comment.