Changeset 1969878
- Timestamp:
- 11/06/2018 02:19:13 PM (7 years ago)
- Location:
- appful/trunk
- Files:
-
- 2 edited
-
appful.php (modified) (1 diff)
-
singletons/api.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
appful/trunk/appful.php
r1917763 r1969878 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.10 86 Version: 1.0.109 7 7 Author: appful GmbH 8 8 Author URI: https://appful.io/ -
appful/trunk/singletons/api.php
r1836884 r1969878 766 766 if (!get_option("appful_ssl_available") && !get_option("appful_disable_ssl")) { 767 767 if (get_option("appful_last_ssl_check")+24*60*60 < time()) { 768 $fp = fsockopen("ssl:// s". get_option("appful_server_id", 1) . ".appful.io", 443, $ErrNo, $ErrString, 30);768 $fp = fsockopen("ssl://api.appful.io", 443, $ErrNo, $ErrString, 30); 769 769 770 770 if ($fp) {
Note: See TracChangeset
for help on using the changeset viewer.