Changeset 370678
- Timestamp:
- 04/08/2011 02:59:51 PM (15 years ago)
- Location:
- cdn-sync-tool/trunk
- Files:
-
- 1 added
- 3 edited
-
cdn-sync-tool.php (modified) (1 diff)
-
lib/Cdn/Cf.php (modified) (2 diffs)
-
lib/cloudfiles/cf.php (added)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cdn-sync-tool/trunk/cdn-sync-tool.php
r359835 r370678 7 7 Author: Fubra Limited 8 8 Author URI: http://www.catn.com 9 Version: 1. 99 Version: 1.10 10 10 */ 11 11 -
cdn-sync-tool/trunk/lib/Cdn/Cf.php
r370575 r370678 54 54 constant($this->credentials["authurl"]) 55 55 ); 56 56 57 57 $auth->ssl_use_cabundle(); // if breaks try removing. 58 58 … … 69 69 70 70 } catch ( Exception $e ){ 71 Cst_Debug::addLog($e->getMessage()); 72 Cst_Debug::addLog(constant($this->credentials["authurl"])); 71 73 //TODO log these. 72 74 return false; -
cdn-sync-tool/trunk/readme.txt
r370575 r370678 3 3 Tags: CDN,content delivery network, sync, CDN sync, tool, Content, Upload, Files, Media, Optimization,cloudfront,cloud front,amazon s3,s3,cloudfiles,theme,MaxCDN,Origin Pull,Origin,Pull,files,speed,faster,accelerator,Page Load, zoom 4 4 Tested up to: 3.1 5 Stable tag: 1. 95 Stable tag: 1.10 6 6 Requires At Least: 3.0 7 7 Donate Link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=99WUGVV4HY5ZE&lc=GB&item_name=CATN%20Plugins-CDN&item_number=catn-cdn¤cy_code=GBP&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
Note: See TracChangeset
for help on using the changeset viewer.