From 0d8e263c22903234efea68fd13a27d8b7b59aac1 Mon Sep 17 00:00:00 2001 From: chengkun <chengkun@ishangstudy.com> Date: Fri, 23 May 2025 17:25:21 +0800 Subject: [PATCH] 提交 --- config/db.config.php | 26 ++++++++++++-------------- 1 files changed, 12 insertions(+), 14 deletions(-) diff --git a/config/db.config.php b/config/db.config.php index cc18ec0..0c50b33 100644 --- a/config/db.config.php +++ b/config/db.config.php @@ -1,14 +1,12 @@ -<?php - $db_config = array( - 'dbtype'=>'mysql', - 'dbhost'=>'129.211.149.232', - 'dbuser'=>'chengkun', - 'dbpass'=>'yKZ6VpMS4TqV6nyl', - 'dbname'=>'zhaopin', - 'def'=>'web_', - 'charset'=>'utf8', - 'timezone'=>'PRC', - 'coding'=>'b7328881ee8c73da6bc7b1b13ec7a358', //生成cookie加密 - ); - -?> \ No newline at end of file +<?php +$db_config = array( + 'dbtype' => 'mysql', + 'dbhost' => '129.211.149.232', + 'dbuser' => 'chengkun', + 'dbpass' => 'yKZ6VpMS4TqV6nyl', + 'dbname' => 'zhaopin', + 'def' => 'web_', + 'charset' => 'utf8', + 'timezone' => 'PRC', + 'coding' => 'b7328881ee8c73da6bc7b1b13ec7a358', //生成cookie加密 +); \ No newline at end of file -- Gitblit v1.9.0