Plugin Directory

Changeset 429691


Ignore:
Timestamp:
08/28/2011 09:42:16 AM (15 years ago)
Author:
messense
Message:

disable cookie default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wireless-wordpress/trunk/wireless.php

    r429687 r429691  
    276276                    <p><strong>发送Cookies到客户端浏览器? </strong><input type="radio" name="use_cookie" value="1" <?php if ($this->get_option('use_cookie') > 0)
    277277                                                   echo 'checked="checked "' ?>/> 发送 <input type="radio" name="use_cookie" value="0" <?php if ($this->get_option('use_cookie') < 1)
    278                                                      echo 'checked="checked "' ?>/> 不发送</p>
     278                                                     echo 'checked="checked "' ?>/> 不发送   <em>(如果您的博客出现headers modified之类的错误,请在此处设置不发送)</em></p>
    279279                    <p><strong>启用PHP Session? </strong><input type="radio" name="use_session" value="1" <?php if ($this->get_option('use_session') > 0)
    280280                                                     echo 'checked="checked "' ?>/> 启用(推荐) <input type="radio" name="use_session" value="0" <?php if ($this->get_option('use_session') < 1)
Note: See TracChangeset for help on using the changeset viewer.