Niklas Keller
2023-03-28 22:31:10 +02:00
parent e74503e863
commit f1b2fefb18

View File

@ -33,7 +33,7 @@ if (empty($_SERVER['REMOTE_USER'])) {
$LINKS = array(
array("href" => "?do=edit", "text" => "Edit this page",),
array("href" => "?do=admin", "text" => "Admin",),
array("href" => "?do=logout", "text" => "Logout",),
array("href" => "?do=logout&sectok=" . urlencode(getSecurityToken()), "text" => "Logout",),
array("href" => "?do=profile", "text" => $name,),
);
}