Changeset 1399273
- Timestamp:
- 04/19/2016 11:42:04 AM (10 years ago)
- File:
-
- 1 edited
-
copify/trunk/Lib/CopifyWordpress.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
copify/trunk/Lib/CopifyWordpress.php
r1399202 r1399273 125 125 // Set the correct end point for the API 126 126 if (defined('COPIFY_DEVMODE') && COPIFY_DEVMODE == true) { 127 $this->Api->basePath = 'https://localhost.copify.com/api';127 $this->Api->basePath = COPIFY_DEV_URL; 128 128 } else { 129 129 $this->Api->basePath = sprintf('https://%s.copify.com/api', $CopifyLoginDetails['CopifyLocale']);
Note: See TracChangeset
for help on using the changeset viewer.