index.php

来自「This is the script which used on 10minut」· PHP 代码 · 共 32 行

PHP
32
字号
<?php

/** 
 * GentleSource Comment Script
 * 
 * (C) Ralf Stadtaus http://www.gentlesource.com/
 */




// Settings
define('T12L_ROOT', './');
define('T12L_LOGIN_LEVEL', 0);
$frontend_language                  = true;


// Include
require T12L_ROOT . 'include/core.inc.php';
require 'email.class.inc.php';


$t12l_obj = new t12l_email();

echo $t12l_obj->main();





?>

⌨️ 快捷键说明

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