News:

Please note these forums are mostly a testing ground for my SMF work and I don't really use them otherwise.

Main Menu

Paste-1199475602:v:use_geshi-1:v:type-php

Started by Guest, Jan 04, 2008, 07:40 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Guest


Guest

<?php
include('./SSI.php');

echo '
';
print_r($_SESSION);
echo '
';

if(empty($_REQUEST['act']))
   ssi_login('http://192.168.1.2/smftest/test.php?act=test');
ssi_logout('http://192.168.1.2/smftest/test.php?act=test');

?>