Putting back SM_PATH the way it should be and eliminating chdir in the
[squirrelmail.git] / plugins / spamcop / options.php
index bc6dd1e0af6140c91d462b90900489f249fef5d6..097cadd2f980f9b2cdc1d5f4829ad8d8af79e812 100755 (executable)
@@ -1,7 +1,6 @@
 <?php
 
-chdir('..');
-define('SM_PATH','../');
+define('SM_PATH','../../');
 require_once(SM_PATH . 'include/validate.php');
 
 displayPageHeader($color, "None");