@@ -12,7 +12,7 @@
*
* $Id$
*/
-define('SM_PATH','../');
+define('SM_PATH','../../');
/* Calender plugin required files. */
require_once(SM_PATH . 'plugins/calendar/calendar_data.php');
@@ -11,7 +11,7 @@
** $Id$
**/
- define('SM_PATH','../');
+ define('SM_PATH','../../');
require_once(SM_PATH . 'plugins/mail_fetch/functions.php' );
function squirrelmail_plugin_init_mail_fetch() {
@@ -10,8 +10,7 @@
-chdir ('..');
/* SquirrelMail required files. */
require_once(SM_PATH . 'include/validate.php');
/* Path for SquirrelMail required files. */
-chdir('..');
@@ -1,7 +1,6 @@
<?php
displayPageHeader($color, "None");
@@ -29,8 +29,7 @@ $SQSPELL_CRYPTO=FALSE;
* Load the stuff needed from squirrelmail
@@ -23,8 +23,7 @@ $SQSPELL_CRYPTO=FALSE;
/**
* Load some necessary stuff from squirrelmail.
@@ -12,8 +12,7 @@