Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

SpecialUserlogout.php

Go to the documentation of this file.
00001 <?php 00002 00003 function wfSpecialUserlogout() 00004 { 00005 global $wgUser, $wgOut, $returnto; 00006 00007 $wgUser->logout(); 00008 $wgOut->mCookies = array(); 00009 $wgOut->setRobotpolicy( "noindex,nofollow" ); 00010 $wgOut->addHTML( wfMsg( "logouttext" ) ); 00011 $wgOut->returnToMain(); 00012 } 00013 00014 ?>

Generated on Tue Jun 29 23:40:07 2004 for Mediawiki by doxygen 1.3.7