Plugin Directory

Changeset 1917763


Ignore:
Timestamp:
07/31/2018 05:11:48 PM (8 years ago)
Author:
oskarn97
Message:

fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • appful/trunk/appful.php

    r1895651 r1917763  
    44Plugin URI: https://appful.io/
    55Description: 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.107
     6Version: 1.0.108
    77Author: appful GmbH
    88Author URI: https://appful.io/
     
    1515}
    1616
     17$appful_disable = false;
    1718if (!isset($_REQUEST["appful_off"]) && isset($_REQUEST["appful_disable"])) {
    1819    $session_id = get_option("appful_session_id", "");
     
    2122        $ipAuth = (isset($_SERVER['HTTP_CLIENT_IP']) ? $_SERVER['HTTP_CLIENT_IP'] : $_SERVER['REMOTE_ADDR']) == "144.76.106.246";
    2223    }
    23 
    24     $appful_disable = false;
    2524
    2625    if ((strlen($session_id) > 0 && isset($_REQUEST["session_id"])) || (strlen($session_id) == 0 && $ipAuth)) {
Note: See TracChangeset for help on using the changeset viewer.