Update of /cvsroot/phpslash/phpslash-ft/class
In directory usw-pr-cvs1:/tmp/cvs-serv25527/phpslash-ft/class
Modified Files:
NavBar.class slashAuthCR.class
Log Message:
login tweak
Index: NavBar.class
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/class/NavBar.class,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** NavBar.class 6 Feb 2002 18:47:43 -0000 1.9
--- NavBar.class 12 Apr 2002 15:44:21 -0000 1.10
***************
*** 88,92 ****
$this->parse("Logout " . $auth->auth["uname"], "".$this->psl['rooturl']."/login.php3?logout=yes");
} else {
! $this->parse("Login", "".$this->psl['rooturl']."/index.php3?login=yes");
}
}
--- 88,92 ----
$this->parse("Logout " . $auth->auth["uname"], "".$this->psl['rooturl']."/login.php3?logout=yes");
} else {
! $this->parse("Login", "".$this->psl['rooturl']."/login.php3?login=yes");
}
}
Index: slashAuthCR.class
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/class/slashAuthCR.class,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** slashAuthCR.class 7 Mar 2002 21:45:36 -0000 1.6
--- slashAuthCR.class 12 Apr 2002 15:44:21 -0000 1.7
***************
*** 34,39 ****
$templ->set_var( array(
! 'ACTION_URL' => $_PSL['rooturl'] . "/login.php3",
! 'PHP_SELF' => $_PSL['phpself'],
'ROOTURL' => $_PSL['rooturl'],
'CHALLENGE' => $challenge
--- 34,40 ----
$templ->set_var( array(
! // 'ACTION_URL' => $_PSL['rooturl'] . "/login.php3",
! 'ACTION_URL' => $_PSL['phpself'],
! 'PHP_SELF' => $_PSL['phpself'],
'ROOTURL' => $_PSL['rooturl'],
'CHALLENGE' => $challenge
|