X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsearch.php;h=e090e887a925d5d2dd3248ee02908a72f89309b8;hb=3b7e638f706db7c22631b55d654c883ce20c7e15;hp=de5471bbd36a76433970d2d3accd0b1fe4f0e6c2;hpb=d4e84069d1d9af8760b8e858672d3ea3d4eac8b0;p=squirrelmail.git diff --git a/src/search.php b/src/search.php index de5471bb..e090e887 100644 --- a/src/search.php +++ b/src/search.php @@ -2,10 +2,10 @@ /* $Id$ */ - include('../src/validate.php'); - include('../functions/imap.php'); - include('../functions/imap_search.php'); - include('../functions/array.php'); + 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); @@ -84,4 +84,4 @@ do_hook("search_bottom"); sqimap_logout ($imapConnection); ?> - + \ No newline at end of file