bug fixes
This commit is contained in:
parent
444c46acf3
commit
7e3e81a99d
2 changed files with 7 additions and 6 deletions
|
|
@ -2,6 +2,7 @@
|
|||
- Fixed a syntax error in Syndicated Content.
|
||||
- Fixed an infinite loop problem in Syndicated Content when no URLs were
|
||||
specified.
|
||||
- Corrected an error in the built in WebGUI config file documentation.
|
||||
|
||||
6.7.4
|
||||
- fix [ 1279861 ] POD errors in 6.7.3
|
||||
|
|
|
|||
|
|
@ -75,16 +75,16 @@ dbpass = password
|
|||
# increase WebGUI's read performance.
|
||||
|
||||
#dbslave1 = dsn => DBI:mysql:www_example_com;host=dbslave1.example.com, \
|
||||
# dbuser => webgui, \
|
||||
# dbpass => password
|
||||
# user => webgui, \
|
||||
# pass => password
|
||||
|
||||
#dbslave2 = dsn => DBI:mysql:www_example_com;host=dbslave2.example.com, \
|
||||
# dbuser => webgui, \
|
||||
# dbpass => password
|
||||
# user => webgui, \
|
||||
# pass => password
|
||||
|
||||
#dbslave3 = dsn => DBI:mysql:www_example_com;host=dbslave3.example.com, \
|
||||
# dbuser => webgui, \
|
||||
# dbpass => password
|
||||
# user => webgui, \
|
||||
# pass => password
|
||||
|
||||
# Set this value if you wish to override all outbound emails to a specific
|
||||
# user for testing purposes.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue