Changeset 2531139
- Timestamp:
- 05/13/2021 12:13:38 PM (5 years ago)
- Location:
- appful/trunk
- Files:
-
- 2 edited
-
appful.php (modified) (1 diff)
-
singletons/response.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
appful/trunk/appful.php
r2482126 r2531139 4 4 Plugin URI: https://appful.io/ 5 5 Description: appful is one of the world's most remarkable & beautiful app service for Blogger and Online magazines. It is designed to create outstanding real native iOS and Android Apps based on the content of your Wordpress site or YouTube channel. appful is surprisingly simple to use and not a single line of code is required. 6 Version: 1.0.12 66 Version: 1.0.127 7 7 Author: appful GmbH 8 8 Author URI: https://appful.io/ -
appful/trunk/singletons/response.php
r1216457 r2531139 83 83 84 84 function respond($result, $status = 'ok') { 85 ob_get_clean(); 85 86 global $appful_api; 86 87 $json = $this->get_json($result, $status); … … 107 108 $this->output($json); 108 109 } 110 die(); 109 111 } 110 112
Note: See TracChangeset
for help on using the changeset viewer.