mailaccounttest.php
来自「This is the script which used on 10minut」· PHP 代码 · 共 29 行
PHP
29 行
<?php
/**
* GentleSource Comment Script
*
* (C) Ralf Stadtaus http://www.gentlesource.com/
*/
// Settings
define('T12L_ROOT', '../');
define('T12L_LOGIN_LEVEL', 1);
define('T12L_ALTERNATIVE_TEMPLATE', 'popup');
// Include
require T12L_ROOT . 'include/core.inc.php';
require 'mailaccounttest.class.inc.php';
$t12l_obj = new t12l_mail_account_test();
echo $t12l_obj->main();
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?