Eliminated all eveil chdir statements.
[squirrelmail.git] / plugins / info / options.php
index 0e8ca49dcec6c270814531592cd117f8b139a16a..46b8bedb7ebdefca958e1906ed1f14776c69c105 100644 (file)
@@ -9,8 +9,8 @@
  * Written by: Jason Munro 
  * jason@stdbev.com
  */
-chdir('..');
-define('SM_PATH','../');
+
+define('SM_PATH','../../');
 
 /* SquirrelMail required files. */
 require_once(SM_PATH . 'include/validate.php');