📄 dbconfig.php.tpl
字号:
<?php
/**
* GentleSource Comment Script - dbconfig.php
*
* (C) Ralf Stadtaus http://www.gentlesource.com/
*/
// DB
$t12l['dsn']['phptype'] = '{$phptype}';
// Database host
$t12l['dsn']['hostspec'] = '{$hostspec}';
// Database name
$t12l['dsn']['database'] = '{$database}';
// Database user
$t12l['dsn']['username'] = '{$username}';
// Database password
$t12l['dsn']['password'] = '{$password}';
// Database table prefix
$t12l['database_table_prefix'] = '{$prefix}';
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -