* Moved load_prefs.php and display_page.php (or whatever it is called) into
[squirrelmail.git] / src / folders_subscribe.php
index 286064ef24d3b42e65ef1394caa0c62e5e188a3c..5c0433669410da1016ce6b3d44cbf48b41f884c0 100644 (file)
     **/
 
    include ('../src/validate.php');
-   include("../functions/page_header.php");
    include("../functions/imap.php");
    include("../functions/display_messages.php");
-   include("../src/load_prefs.php");
 
    $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0);
    $dm = sqimap_get_delimiter($imapConnection);