Index: trunk/extensions/SwiftCloudFiles/php-cloudfiles-1.7.10/cloudfiles_http.php |
— | — | @@ -27,7 +27,7 @@ |
28 | 28 | |
29 | 29 | /** |
30 | 30 | */ |
31 | | -require_once("cloudfiles_exceptions.php"); |
| 31 | +require_once(dirname( __FILE__ ) . "/cloudfiles_exceptions.php"); |
32 | 32 | |
33 | 33 | define("PHP_CF_VERSION", "1.7.10"); |
34 | 34 | define("USER_AGENT", sprintf("PHP-CloudFiles/%s", PHP_CF_VERSION)); |