示例#1
0
文件: User.php 项目: hongbo819/LJL
 /**
  * 执行退出
  */
 public function doLoginout(LJL_Request $input, LJL_Response $output)
 {
     setcookie('blog_username', '', SYSTEM_TIME - 3600, '/', "." . Blog_Plugin_Common::getHost());
     setcookie('blog_ckid', '', SYSTEM_TIME - 3600, '/', "." . Blog_Plugin_Common::getHost());
     setcookie('mda_', '', SYSTEM_TIME - 3600, '/');
     exit;
 }
示例#2
0
?>
</a>
                </h6>
                <div id="copyright">
                    <p>
                        Copyright © <a target="_blank" href="<?php 
echo "http://www." . Blog_Plugin_Common::getHost();
?>
"><?php 
echo Blog_Plugin_Common::getHost();
?>
</a> 京ICP备15048235号
                    </p>
                    <p>
                        想拥有自己专业的独立博客站,请点击<a target="_blank" href="<?php 
echo "http://www." . Blog_Plugin_Common::getHost() . "/index.php?c=apply";
?>
"> 开通博客 </a>或者联系:hongbo819@163.com
                    </p>
                </div>
            </div>
        </div>
        <div class="go-top">
            <div class="arrow"></div>
            <div class="stick"></div>
        </div>
        <?php 
if ($pageType !== 'webHome') {
    ?>
            <script type="text/javascript" src="http://lib.sinaapp.com/js/jquery/1.7/jquery.min.js"></script>
            <script type="text/javascript">