forked from codeberg/usemod.usemod
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
25aa740c2a |
2
wiki.pl
2
wiki.pl
@@ -424,7 +424,7 @@ sub InitRequest {
|
|||||||
} else {
|
} else {
|
||||||
$CGI::DISABLE_UPLOADS = 1; # no uploads
|
$CGI::DISABLE_UPLOADS = 1; # no uploads
|
||||||
}
|
}
|
||||||
$q = new CGI;
|
$q ||= new CGI;
|
||||||
# Fix some issues with editing UTF8 pages (if charset specified)
|
# Fix some issues with editing UTF8 pages (if charset specified)
|
||||||
if ($HttpCharset ne '') {
|
if ($HttpCharset ne '') {
|
||||||
$q->charset($HttpCharset);
|
$q->charset($HttpCharset);
|
||||||
|
|||||||
Reference in New Issue
Block a user