Skip to content

Commit

Permalink
Fix to Bugreport #744
Browse files Browse the repository at this point in the history
Comment lines with '#' are deprecated, replaced it with ';'.

Fixes #744: Comment line with #: Deprecated, replace with ';'
  • Loading branch information
fbergkemper committed Jan 11, 2017
1 parent 104f61d commit a922dec
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions install/configuration.ini
@@ -1,22 +1,22 @@
[session]
# Default: 3600 seconds
; Default: 3600 seconds
timeout=3600

[tables]
# Possible values for pagination
# Default: 10,25,50,100
; Possible values for pagination
; Default: 10,25,50,100
pagination_values=10,25,50,100

# Default number of rows per page
# for possible values see pagination_values
# Default: 25
; Default number of rows per page
; for possible values see pagination_values
; Default: 25
pagination_default_value=25

# State saving - restore table state on page reload.
# Default: false
; State saving - restore table state on page reload.
; Default: false
save_previous_state=false

[autochanger]
# Pooltype for label to use as filter.
# Default: none
; Pooltype for label to use as filter.
; Default: none
labelpooltype=scratch

0 comments on commit a922dec

Please sign in to comment.