config.php
来自「基于actionscript3.0的flashLoading控件」· PHP 代码 · 共 19 行
PHP
19 行
<?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 + =
减小字号Ctrl + -
显示快捷键?