Converted all files in functions/ to use SM_PATH. This will break all
[squirrelmail.git] / functions / addressbook.php
index 0e2a44aa421c83bed06383cc2c56cbaab2d19cca..f62ccde50fdc0f752c2968d05edf02a7d4864ea2 100644 (file)
@@ -30,8 +30,8 @@
   Include backends here.
 */
 
-require_once('../functions/abook_local_file.php');
-require_once('../functions/abook_ldap_server.php');
+require_once(SM_PATH . 'functions/abook_local_file.php');
+require_once(SM_PATH . 'functions/abook_ldap_server.php');
 
 global $addrbook_dsn;