defaults in load_prefs are not needed when config-default is populated
[squirrelmail.git] / src / help.php
index f689c6d946df88eac5c77239eaf3ac93f4ee35ab..67aa1c0d530ac7dfc0f3dc423f9b4eaecfdabdfe 100644 (file)
     **  $Id$
     **/
 
-   include('../src/validate.php');
-   include("../functions/page_header.php");
-   include("../functions/display_messages.php");
-   include("../functions/imap.php");
-   include("../functions/array.php");
-   include("../src/load_prefs.php");
+   require_once('../src/validate.php');
+   require_once('../functions/display_messages.php');
+   require_once('../functions/imap.php');
+   require_once('../functions/array.php');
 
 
    displayPageHeader($color, "None");
 ?>
 <tr><td bgcolor="<?php echo $color[0] ?>">&nbsp;</td></tr></table>
 <td></tr></table>
-</body></html>
+</body></html>
\ No newline at end of file