Spread the word...If we did a good job for you, don't be afraid to tell em who helped ya out.
0 Members and 1 Guest are viewing this topic.
//UDF my_ssi to be placed in page template as {my_ssi}require_once('./smf/SSI.php');$Referrer = 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];$_SESSION['login_url'] = $Referrer;$_SESSION['logout_url'] = $Referrer;if ($context['user']['is_guest']) ssi_login(); else echo "<br>already logged in: $Referrer";