repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added label tags for wcMinoredit and wcWatchthispage checkbox labels
[mediawiki.git]
/
includes
/
SpecialUserlogout.php
blob
094335177b239ec799f1217820dedd32ab8dfb63
1
<
?
2
3
function
wfSpecialUserlogout
()
4
{
5
global
$wgUser
,
$wgOut
,
$returnto
;
6
7
$wgUser
->
logout
();
8
$wgOut
->
setRobotpolicy
(
"noindex,nofollow"
);
9
$wgOut
->
addHTML
(
wfMsg
(
"logouttext"
) .
"
\n
<p>"
);
10
$wgOut
->
returnToMain
();
11
}
12
13
?
>