Eliminated all eveil chdir statements.
[squirrelmail.git] / plugins / listcommands / mailout.php
index 08d729ec8e3a35824c64b8e315e2a99d5f21d1c2..bf2b51b175f5b2256d3851ca2b293d9880401f79 100644 (file)
@@ -8,11 +8,13 @@
  * $Id$
  */
 
-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 . 'include/load_prefs.php');
+include_once(SM_PATH . 'functions/html.php');
 
 displayPageHeader($color, $mailbox);