Revision 5cf977e5
Von Moritz Bunkus vor etwa 17 Jahren hinzugefügt
bin/mozilla/admin.pl | ||
---|---|---|
438 | 438 |
open(TEMP, "$templates/$file") |
439 | 439 |
or $form->error("$templates/$file : $ERRNO"); |
440 | 440 |
|
441 |
$file =~ s/$form->{mastertemplates}-//;
|
|
441 |
$file =~ s/\Q$form->{mastertemplates}\E-//;
|
|
442 | 442 |
open(NEW, ">$form->{templates}/$file") |
443 | 443 |
or $form->error("$form->{templates}/$file : $ERRNO"); |
444 | 444 |
|
Auch abrufbar als: Unified diff
Quoten von allen in regulären Ausdrücken verwendeten Variablen, die direkt oder indirekt von Benutzereingaben stammen können. Fix für Bug 302.