Skip to content

Commit

Permalink
Validator ignores sesskeys
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Dec 22, 2004
1 parent 089e9ea commit b60f0ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ class object {};
if ($USER = get_user_info_from_db("username", "w3cvalidator")) {
$USER->loggedin = true;
$USER->site = $CFG->wwwroot;
$USER->ignoresesskey = true;
} else {
$USER = guest_user();
}
Expand Down

0 comments on commit b60f0ee

Please sign in to comment.