<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.whirlwind-ecommerce.com/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Functions%3AauthorizeIsLoggedOut</id>
		<title>Functions:authorizeIsLoggedOut - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.whirlwind-ecommerce.com/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Functions%3AauthorizeIsLoggedOut"/>
		<link rel="alternate" type="text/html" href="http://wiki.whirlwind-ecommerce.com/mediawiki/index.php?title=Functions:authorizeIsLoggedOut&amp;action=history"/>
		<updated>2026-04-24T11:12:59Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.2</generator>

	<entry>
		<id>http://wiki.whirlwind-ecommerce.com/mediawiki/index.php?title=Functions:authorizeIsLoggedOut&amp;diff=613&amp;oldid=prev</id>
		<title>71.163.185.8: New page: == Description == eV::authorizeIsLoggedOut($redirectOnFalse) checks if a user is currently logged out.  == Syntax == $bool = authorizeIsLoggedOut([$redirectOnFalse]);  == Paramaters == *$r...</title>
		<link rel="alternate" type="text/html" href="http://wiki.whirlwind-ecommerce.com/mediawiki/index.php?title=Functions:authorizeIsLoggedOut&amp;diff=613&amp;oldid=prev"/>
				<updated>2009-02-25T12:50:11Z</updated>
		
		<summary type="html">&lt;p&gt;New page: == Description == eV::authorizeIsLoggedOut($redirectOnFalse) checks if a user is currently logged out.  == Syntax == $bool = authorizeIsLoggedOut([$redirectOnFalse]);  == Paramaters == *$r...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Description ==&lt;br /&gt;
eV::authorizeIsLoggedOut($redirectOnFalse) checks if a user is currently logged out.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
$bool = authorizeIsLoggedOut([$redirectOnFalse]);&lt;br /&gt;
&lt;br /&gt;
== Paramaters ==&lt;br /&gt;
*$redirectOnFalse STRING OPTIONAL&lt;br /&gt;
:: URL to forward visitor to, if logged out check fails. &lt;br /&gt;
&lt;br /&gt;
== Return Values ==&lt;br /&gt;
Returns boolean TRUE/FALSE IF $redirectOnFalse is empty or not passed. TRUE if user is not logged into an account; FALSE if use is logged into an account.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
;Example using redirect (forwarding)&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
// typically placed in the pre-process area of the template&lt;br /&gt;
// forward to home page with a message&lt;br /&gt;
// if anyone attempts to access a page using this template while being logged in&lt;br /&gt;
eV::authorizeIsLoggedOut('index.php?message=You must be logged out to view this page');&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Example without using redirect&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
// just checking log in status in order to show different content&lt;br /&gt;
$isLoggedOut = eV::authorizeIsLoggedOut();&lt;br /&gt;
if(!$isLoggedOut){&lt;br /&gt;
// logged in&lt;br /&gt;
echo &amp;quot;You are logged in&amp;quot;;&lt;br /&gt;
} else {&lt;br /&gt;
// not logged in&lt;br /&gt;
echo &amp;quot;YOu are not logged in&amp;quot;;&lt;br /&gt;
};&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>71.163.185.8</name></author>	</entry>

	</feed>