📄 mailaccounttest.php
字号:
<?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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -