Changeset 1859792
- Timestamp:
- 04/17/2018 01:54:57 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
siteattention/tags/1.0.7/admin/class-siteattention-admin.php
r1859702 r1859792 274 274 ) return; 275 275 276 $post = json_decode( file_get_contents('php://input'),true);276 $post = json_decode($_POST, true); 277 277 278 278 if (isset($post['iid'])) $this->option['iid'] = $post['iid'];
Note: See TracChangeset
for help on using the changeset viewer.