Changeset 388626
- Timestamp:
- 05/24/2011 03:53:20 PM (15 years ago)
- Location:
- wp-itheora/trunk/itheora
- Files:
-
- 2 added
- 1 deleted
- 1 edited
-
.gitignore (deleted)
-
cache (added)
-
cache/.gitignore (added)
-
lib/aws-sdk/lib/requestcore/requestcore.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-itheora/trunk/itheora/lib/aws-sdk/lib/requestcore/requestcore.class.php
r387745 r388626 616 616 } 617 617 618 if (!ini_get('safe_mode') )618 if (!ini_get('safe_mode') && !ini_get('open_basedir')) 619 619 { 620 620 curl_setopt($curl_handle, CURLOPT_FOLLOWLOCATION, true);
Note: See TracChangeset
for help on using the changeset viewer.