query("SELECT * FROM subdomaines s WHERE s.domaine='".addslashes($dompart)."' AND s.type='squirrelmail';"); if ($db->next_record()) { $domain=$db->Record; return "
"._("To read your mail in a browser, click here to use the Squirrelmail Webmail")."
\n"; } $i++; } while (strpos($dompart,'.')!==false); // not found: search for a webmail in the admin user account $db->query("SELECT * FROM subdomaines s WHERE s.compte=2000 AND s.type='squirrelmail';"); if ($db->next_record()) { $domain=$db->Record; return ""._("To read your mail in a browser, click here to use the Squirrelmail Webmail")."
\n"; } } } /* Class Squirrelmail */