Configuration Error:
										
 Please add to the SMF file 'Settings.php':
										
\$scripturl = \$boardurl . '/index.php';
";
# SMF logout calls PmWiki ?action=logout
$_SESSION['logout_url'] = $ScriptUrl."?action=logout"; # after SMF logout PmWiki logout is triggered
# PmWiki ?action=logout, calls SMF  logout
if ($action=='logout') {
	$_SESSION['logout_url'] = $ScriptUrl."?n=".$pagename; # return to current page after logout
	Redirect($pagename, $scripturl.'?action=logout;sesc='.$sc);
	HandleLogoutA($pagename);
	exit;
}
# SMF auth form called by PmWiki ?action=login
# use Site.SMFAuthForm if exists, else SMF ssi_login form
$InputTags['smf_auth_form'] = array(
  ':html' => "