js 수정 내용, dbconfig 내용 수정

This commit is contained in:
hmw1001
2026-06-11 19:46:39 +09:00
parent 6f534e33a6
commit 4ee992e855
2 changed files with 44 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
if (!defined('_GNUBOARD_')) exit;
define('G5_MYSQL_HOST', '192.168.0.62:7780');
define('G5_MYSQL_HOST', 'dskim.kozow.com:7780');
define('G5_MYSQL_USER', 'msbfox');
define('G5_MYSQL_PASSWORD', 'kdsmsb');
define('G5_MYSQL_DB', 'dnssash');