|
You can't have fast user switching without the welcome screen. It makes sense too because all you do is point and click (and maybe type in a password, but then why not just remove the fast user switching?) on the welcome screen.
Your choices:
Login screen
Welcome screen
Welcome screen with fast user switching enabled
__________________
PHP Code:
$hello = file_get_contents('hello.txt'); echo $hello;
hello
Last edited by rpgfan3233; 08-09-2006 at 02:49 PM..
|