2.txt

来自「一个开源免费的php chat.采用txt作数据库,性能不错.」· 文本 代码 · 共 23 行

TXT
23
字号
$content = '<h1> GNU/GPL License: </h1><div class="licensetext"><a href="about:blank">PROGRAM</a>is Free Software released under the GNU/GPL License.<div class="error"> *** To continue installing PROGRAM you must check the box under the license *** </div></div>  <div class="clr"> </div>         <div class="license-form" id="license-tabed">For <a href="?file=license#w" onclick="document.getElementById(\'license-frame\').src=this.href;return false;">End-users</a><a href="?file=license#SEC2" onclick="document.getElementById(\'license-frame\').src=this.href;return false;">Developers</a><a href="?file=license#SEC3" onclick="document.getElementById(\'license-frame\').src=this.href;return false;">Distributers</a><div class="form-block" style="padding: 0px;"><iframe id="license-frame" src="'.HTTP_FILE.'?file=license" class="license" frameborder="0" scrolling="auto"></iframe></div></div><div class="clr"></div><div class="ctr"><span class="ctr"><input name="agreecheck" id="agreecheck" class="inputbox" onclick="agreesubmit(this)" type="checkbox" value="true"><label for="agreecheck">I Accept the GPL License</label></span></div><div class="clr"></div></div>';

⌨️ 快捷键说明

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