Skip to content

Commit f1b2fef

Browse files
committed
1 parent e74503e commit f1b2fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dokuwiki/lib/tpl/phpnet/main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
$LINKS = array(
3434
array("href" => "?do=edit", "text" => "Edit this page",),
3535
array("href" => "?do=admin", "text" => "Admin",),
36-
array("href" => "?do=logout", "text" => "Logout",),
36+
array("href" => "?do=logout&sectok=" . urlencode(getSecurityToken()), "text" => "Logout",),
3737
array("href" => "?do=profile", "text" => $name,),
3838
);
3939
}

0 commit comments

Comments
 (0)