X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Flistcommands%2Fmailout.php;h=6a2ef1377ae7bba3299f108eb00125802b195ab2;hp=08d729ec8e3a35824c64b8e315e2a99d5f21d1c2;hb=cdf82d4a03ace568f23522ca11a9641216696c8a;hpb=89252d710f40419cfe5a3f95bb23aaa05ba9443f diff --git a/plugins/listcommands/mailout.php b/plugins/listcommands/mailout.php index 08d729ec..6a2ef137 100644 --- a/plugins/listcommands/mailout.php +++ b/plugins/listcommands/mailout.php @@ -9,10 +9,13 @@ */ chdir('..'); -include_once ('../src/validate.php'); -include_once ('../functions/page_header.php'); -include_once ('../src/load_prefs.php'); -include_once('../functions/html.php'); +define('SM_PATH','../'); + +/* SquirrelMail required files. */ +require_once(SM_PATH . 'include/validate.php'); +include_once(SM_PATH . 'functions/page_header.php'); +include_once(SM_PATH . 'src/load_prefs.php'); +include_once(SM_PATH . 'functions/html.php'); displayPageHeader($color, $mailbox);