CdnEngine_Mirror_Att.php 227 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <?php namespace W3TC; define( 'W3TC_CDN_EDGECAST_PURGE_URL', 'http://api.acdn.att.com/v2/mcc/customers/%s/edge/purge' ); /** * class CdnEngine_Mirror_Att */ class CdnEngine_Mirror_Att extends CdnEngine_Mirror_Edgecast { }