Very ugly hack to add rudimentary error check to SMTP for invalid/unsupported auth...
[squirrelmail.git] / src / addrbook_search_html.php
index 2865b9a925c0456aa0da810bab2bf7f474ddd05d..3edaac79f2539bd2d1dd5f7ad598df4b535840bc 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * addrbook_search_html.php
  *
- * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * Copyright (c) 1999-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Handle addressbook searching with pure html.
@@ -14,7 +14,9 @@
  */
 
 /* Path for SquirrelMail required files. */
-define('SM_PATH','../');
+if (! defined('SM_PATH') ) {
+       define('SM_PATH','../');
+}
 
 /* SquirrelMail required files. */
 require_once(SM_PATH . 'include/validate.php');