<?php #------------- 数据库连接 - 默认系统 ----------------------------------- $g_db_server = 'localhost'; #数据库服务器 $g_db_name = 'luckcj'; #数据库名称 $g_db_user = 'luckcj'; #数据库用户名 $g_db_pwd = 'wAfHnWAD76P6iEr8'; #数据库密码 $g_db_port = '3306'; #数据库端口 #------------- 其他配置 -------------------------------------- #界面根目录绝对路径 $g_full_path = "/www/wwwroot/www.luckcjtw.com"; #------------------------------------------------------------- ?>