Added (c) stuff and some formatting.
[squirrelmail.git] / src / search.php
index 8071a435ebe56f36f4b69b7d6436f7fb9fbfc6da..47c962095c4f85c3c74f54c8e1135dbe566457cf 100644 (file)
@@ -1,13 +1,20 @@
 <?php
 
-   /* $Id$ */
 
-   include('../src/validate.php');
-   include('../functions/page_header.php');
-   include('../functions/imap.php');
-   include('../functions/imap_search.php');
-   include('../functions/array.php');
-   include('../src/load_prefs.php');
+    /**
+     * right_main.php
+     *
+     * Copyright (c) 1999-2001 The Squirrelmail Development Team
+     * Licensed under the GNU GPL. For full terms see the file COPYING.
+     *
+     * $Id$
+     */
+
+
+   require_once('../src/validate.php');
+   require_once('../functions/imap.php');
+   require_once('../functions/imap_search.php');
+   require_once('../functions/array.php');
 
    displayPageHeader($color, $mailbox);
    $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0);
@@ -86,4 +93,4 @@
    do_hook("search_bottom");
    sqimap_logout ($imapConnection);
 ?>
-</body></html>
+</body></html>
\ No newline at end of file