📄 conf.php
字号:
<?php
// config values to connect to MySQL
$dbhost = "localhost";
$dbname = "vpn";
$dbuser = "root"; // set a active accout in mysql server
$dbpass = "whatever_u_want"; // the password of the accout
// those value are use in administrator session '/admin'
$admin_usr = "administrator";
$admin_pwd = "whatever_u_want";
$expired = "0"; // value in seecond before expire account confirm, if set to "0" = DISABLE.
$hidden_hash_var = "65535"; // secret password, you don't need to change
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -