This commit adds the possibility to specify system-defined css in order to
[squirrelmail.git] / src / webmail.php
index bb4f3d1e1cc698b98875eca48aaf876562ef1b69..3f9c11199a59b2ae9166f5b170ebfecfa8f2a146 100644 (file)
@@ -1,17 +1,17 @@
 <?php
 
 /**
- * webmail.php -- Displays the main frameset
- **
- **  Copyright (c) 1999-2001 The SquirrelMail development team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- **
- * This file generates the main frameset. The files that are
- * shown can be given as parameters. If the user is not logged in
- * this file will verify username and password.
- **
- * $Id$
- **/
+ * webmail.php -- Displays the main frameset
+ *
+ * Copyright (c) 1999-2002 The SquirrelMail development team
+ * Licensed under the GNU GPL. For full terms see the file COPYING.
+ *
+ * This file generates the main frameset. The files that are
+ * shown can be given as parameters. If the user is not logged in
+ * this file will verify username and password.
+ *
+ * $Id$
+ */
 
 require_once('../functions/strings.php');
 require_once('../config/config.php');
@@ -26,9 +26,8 @@ $base_uri = $regs[1];
 
 session_start();
 is_logged_in();
-checkForPrefs($data_dir, $username);
 
-/*
+/**
  * We'll need this to later have a noframes version
  *
  * Check if the user has a language preference, but no cookie.