/[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.5 - (hide annotations)
Tue Apr 29 11:55:32 2025 UTC (10 months, 2 weeks ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +0 -1 lines
Remove redundant PHP closing tag

1 sysadm 1.4 <?php
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

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