projects
/
squirrelmail.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Putting back SM_PATH the way it should be and eliminating chdir in the
[squirrelmail.git]
/
plugins
/
translate
/
options.php
diff --git
a/plugins/translate/options.php
b/plugins/translate/options.php
index 2288a4441d38f0c75e67cfab5ac70ab10b60e46c..ae55cb997c7d572b605cae7d338b0b622e35bf70 100644
(file)
--- a/
plugins/translate/options.php
+++ b/
plugins/translate/options.php
@@
-12,8
+12,7
@@
*/
/* Path for SquirrelMail required files. */
-chdir('..');
-define('SM_PATH','../');
+define('SM_PATH','../../');
/* SquirrelMail required files. */
require_once(SM_PATH . 'include/validate.php');