/[LeafOK_CVS]/fenglin/TODO/conf/db_conn.conf.php
ViewVC logotype

Annotation of /fenglin/TODO/conf/db_conn.conf.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations)
Sat Apr 19 06:56:16 2025 UTC (10 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.2: +6 -4 lines
Add DB-side TZ setting

1 sysadm 1.1 <?
2 sysadm 1.3 $DB_hostname = "127.0.0.1";
3     $DB_username = "leafok";
4     $DB_password = "123456";
5     $DB_database = "leafok";
6    
7     $DB_session_timezone = "+08:00"; //Keep consistent with DB server config
8 sysadm 1.1 ?>

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1