📄 config.php
字号:
<?php
if(eregi("connect-module.php",$PHP_SELF)) exit();
$DBhost = "localhost"; // database host - in most cases leave this as "localhost"
$DBuser = "ENTER DB USERNAME HERE"; // database username
$DBpass = "ENTER DB PASSWORD HERE"; // database password
$DBName = "ENTER DB NAME HERE"; // database name
// Enter the relative path of the images folder
$imgPath = "../banner_images";
$admin_username = "admin";
$admin_password = "123";
// Enter the maximum file size in bytes for uploaded banner adverts
$MAX_FILE_SIZE = 15000;
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -