Plugin Directory

Changeset 1770242


Ignore:
Timestamp:
11/18/2017 02:31:24 PM (8 years ago)
Author:
chen420
Message:

tagging version 0.2.8.1

Location:
tinywebdb-api
Files:
1 edited
5 copied

Legend:

Unmodified
Added
Removed
  • tinywebdb-api/tags/0.2.8.1/tinywebdb-api.php

    r1769473 r1770242  
    6565            $setting_apikey = get_option("wp_tinywebdb_api_key");
    6666            if (empty($tagName)) exit("tagName is empty.");
    67             if ($apiKey != $setting_apikey) exit("wrong api key.");
     67            // if ($apiKey != $setting_apikey) exit("wrong api key."); // not implment yet
    6868
    6969            $postid = TinyWebDB::storeavalue($tagName, $tagValue);
  • tinywebdb-api/trunk/tinywebdb-api.php

    r1769473 r1770242  
    6565            $setting_apikey = get_option("wp_tinywebdb_api_key");
    6666            if (empty($tagName)) exit("tagName is empty.");
    67             if ($apiKey != $setting_apikey) exit("wrong api key.");
     67            // if ($apiKey != $setting_apikey) exit("wrong api key."); // not implment yet
    6868
    6969            $postid = TinyWebDB::storeavalue($tagName, $tagValue);
Note: See TracChangeset for help on using the changeset viewer.