logout.php

来自「asterisk用 的voip记费软件」· PHP 代码 · 共 47 行

PHP
47
字号
<?php include ("../lib/defines.php");include ("../lib/module.access.php");?><html><head><title>Prepaid - CallingCard</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body>      <table width="550" height=50 border=0 align="center" cellPadding=0 cellSpacing=0>        <tbody>          <tr><td  class="bgcolor_021" align="center" colSpan=3 height=16 style="PADDING-LEFT: 2px; PADDING-RIGHT: 2px">		  </td>          </tr>          <tr><td class="bgcolor_021"> <img height=1 src="<?php echo Images_Path;?>/clear.gif" width=1>             </td>            <td  class="bgcolor_024" style="PADDING-BOTTOM: 2px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 2px">               <table width="90%" border=0 align="center" cellPadding=0 cellSpacing=0>								                  <tbody>                    <tr align="center">                       <td colspan="2" class="tableBodyRight"><font color="red" size="7"><strong>					  <br>Logout !<br><br></strong></font>					                       </td>                    </tr>                                      </tbody>                </form>              </table></td>            <td class="bgcolor_021"><img height=1 src="<?php echo Images_Path;?>/clear.gif" width=1>             </td>          </tr>          <tr>             <td class="bgcolor_021" colSpan=3><img height=1 src="<?php echo Images_Path;?>/clear.gif" width=1></td>          </tr>        </tbody>      </table></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?