Changeset 1630529
- Timestamp:
- 04/05/2017 09:20:37 PM (9 years ago)
- Location:
- aptly/trunk
- Files:
-
- 2 edited
-
aptly.php (modified) (1 diff)
-
js/cerkl_awp_new.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
aptly/trunk/aptly.php
r1630526 r1630529 91 91 ); 92 92 93 //$response = wp_remote_post( 'https://cerkl.com/library/awp.php', $args );94 $response = wp_remote_post( 'http://staging-cerkl.gopagoda.io/library/awp.php', $args );93 $response = wp_remote_post( 'https://cerkl.com/library/awp.php', $args ); 94 // $response = wp_remote_post( 'http://staging-cerkl.gopagoda.io/library/awp.php', $args ); 95 95 $test_body = json_decode($response['body'], true); 96 96 -
aptly/trunk/js/cerkl_awp_new.js
r1630395 r1630529 8 8 9 9 cerkl_awp = function(params) { 10 var DOMAIN = 'http://staging-cerkl.gopagoda.io';11 //var DOMAIN = 'https://cerkl.com';10 // var DOMAIN = 'http://staging-cerkl.gopagoda.io'; 11 var DOMAIN = 'https://cerkl.com'; 12 12 // var DOMAIN = 'http://localhost/cerkl'; 13 13 var VERSION = '1.0.1';
Note: See TracChangeset
for help on using the changeset viewer.