📄 config.php
字号:
<?
///////////////////////////////////
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -