Converted all files in functions/ to use SM_PATH. This will break all
[squirrelmail.git] / functions / smtp.php
index c57936c4500137e5d3cd8b0464afcba5832f976f..ad55611525c867802d4e5a7c4cf2504e17894fbb 100644 (file)
@@ -12,9 +12,9 @@
  * $Id$
  */
 
-require_once('../functions/addressbook.php');
-require_once('../functions/plugin.php');
-require_once('../functions/prefs.php');
+require_once(SM_PATH . 'functions/addressbook.php');
+require_once(SM_PATH . 'functions/plugin.php');
+require_once(SM_PATH . 'functions/prefs.php');
 
 global $username, $popuser, $domain;