Changeset 1908495
- Timestamp:
- 07/12/2018 10:07:38 PM (8 years ago)
- Location:
- bitwords-io/trunk
- Files:
-
- 2 edited
-
bitwords_admin_settings.php (modified) (1 diff)
-
lib/BitwordsAPI.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bitwords-io/trunk/bitwords_admin_settings.php
r1906154 r1908495 6 6 * Plugin Name: Bitwords.io 7 7 * Description: Show ads from the Bitwords.io site 8 * Version: 1.4. 08 * Version: 1.4.1 9 9 */ 10 10 if (!defined('WPINC')) die; -
bitwords-io/trunk/lib/BitwordsAPI.php
r1906154 r1908495 16 16 */ 17 17 private function _api($url, $data = array()) { 18 //$HOST = "https://app.bitwords.io/api/v1";19 $HOST = "http://172.16.0.157:5999/api/v1";18 $HOST = "https://app.bitwords.io/api/v1"; 19 // $HOST = "http://192.168.10.204:5999/api/v1"; 20 20 21 21 // Find the publisher's key so that we can authenticate with the server
Note: See TracChangeset
for help on using the changeset viewer.