Changeset 909710
- Timestamp:
- 05/07/2014 01:18:41 PM (12 years ago)
- File:
-
- 1 edited
-
copify/trunk/CopifyWordpress.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
copify/trunk/CopifyWordpress.php
r909126 r909710 833 833 return; 834 834 } 835 // Token 835 // Version check 836 if (isset($_GET["check"]) && $_GET["check"] == 'version') { 837 echo json_encode($this->version); 838 die(); 839 } 840 // ID 841 if (!isset($_GET["id"])) { 842 throw new Exception('Must include order ID'); 843 } 844 // Email 836 845 if (!isset($_GET["token"])) { 837 846 throw new Exception('Must include auth token');
Note: See TracChangeset
for help on using the changeset viewer.