config.php

来自「ajax 聊天室,实现多人聊天,无刷新!」· PHP 代码 · 共 19 行

PHP
19
字号
<?
///////////////////////////////////
//         ajax im v3.1          //
//    AJAX Instant Messenger     //
//   Copyright (c) 2006-2007     //
// unwieldy studios/Joshua Gross //
//  http://unwieldy.net/ajaxim/  //
//   Do not remove this notice   //
///////////////////////////////////

// MySQL Database Configuration
$sql_user   = 'root';
$sql_pass   = '';
$sql_host   = 'localhost';
$sql_db     = 'ajaxim';

// This is the prefix for the ajax im MySQL tables -- this can usually be left alone. (If upgrading from a version < 3.1, set the prefix to '')
define('SQL_PREFIX', 'ajaxim_');
?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?