Putting back SM_PATH the way it should be and eliminating chdir in the
[squirrelmail.git] / plugins / message_details / message_details_top.php
index c02560eb296ed3df6f660e359cd80c029c85d2cd..2f5aba78e2e346b73a91b7964df06a24d6db9a85 100644 (file)
@@ -10,8 +10,7 @@
  * $Id$
  */
 
-chdir ('..');
-define('SM_PATH','../');
+define('SM_PATH','../../');
 
 /* SquirrelMail required files. */
 require_once(SM_PATH . 'include/validate.php');