Seriously? The variable is named as an array and initialized as a string? Well, I...
[squirrelmail.git] / plugins / translate / setup.php
index 99993adbb28eb833b7001bda3f4e4dc3682e143f..5a0cf55f879309432b6779b0b81f243c1da5524c 100644 (file)
@@ -8,20 +8,13 @@
  *
  * Translation of composed messages is not supported.
  *
- * @copyright © 1999-2006 The SquirrelMail Project Team
+ * @copyright 1999-2017 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
  * @subpackage translate
  */
 
-/**
- * If SM_PATH isn't defined, define it.
- * @ignore
- */
-if (!defined('SM_PATH'))  {
-    define('SM_PATH','../../');
-}
 
 /**
  * Initialize the translation plugin
@@ -94,4 +87,3 @@ function translate_set_loadinfo() {
     include_once(SM_PATH . 'plugins/translate/functions.php');
     translate_set_loadinfo_function();
 }
-?>
\ No newline at end of file