Hello all,
after a long time i write to mailling list that i want to change my own
login page.
I see that i need to add 3-4 lines in login.php but every time when i
added it i recive error.
What i trying to make:
--------
First define array $domains
$domains = ("first.net","second.net","other.com");
After this i add these lines:
  html_tag( 'tr',
   html_tag( 'td',
     addSelect( "mailserv",$domains, "-1", TRUE))) . "\n" .
       html_tag( 'tr',
without last line etc.
in file redirect.php i added line:
$login_username = $login_username."@".$mailserv;

Every time i recive error, i see sorce code of sq for help how to use
AddSelect but unable to understad.
Do any body can help me to add this in lofin.php to user can select in
what domain to logging in.

Regards,
Condor



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to