Skip to content
Snippets Groups Projects
Commit 31e036e2 authored by deuce's avatar deuce
Browse files

Headers are now lower-cased.

parent 4a4e3c97
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ if(http_request.query.Action=="Delete Message(s)") {
template.detail+=": "+errorlist;
template.detail+=")";
}
template.backurl=http_request.header.Referer;
template.backurl=http_request.header.referer;
write_template("header.inc");
write_template("msgs/management.inc");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment