Parent Directory
|
Revision Log
|
Patch
| Revision 1.11 by sysadm, Mon Apr 28 03:30:59 2025 UTC | Revision 1.12 by sysadm, Mon Apr 28 12:45:57 2025 UTC | |
|---|---|---|
| # | Line 118 int load_conf(const char *conf_file) | Line 118 int load_conf(const char *conf_file) |
| 118 | { | { |
| 119 | fscanf(fin, "%s", DB_database); | fscanf(fin, "%s", DB_database); |
| 120 | } | } |
| 121 | if (strcmp(c_name, "db_timezone") == 0) | |
| 122 | { | |
| 123 | fscanf(fin, "%s", DB_timezone); | |
| 124 | } | |
| 125 | } | } |
| 126 | ||
| 127 | fclose(fin); | fclose(fin); |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |