You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
349 B
17 lines
349 B
2 years ago
|
;<?php trigger_error('This is a hidden INI file, not PHP. Go away!', E_USER_ERROR); ?>
|
||
|
;
|
||
|
debug = FALSE
|
||
|
|
||
|
;
|
||
|
;Admin interface
|
||
|
;
|
||
|
items_per_page = 100
|
||
|
max_select_box_items = 100
|
||
|
max_search_return_items = 200
|
||
|
|
||
|
;NO Trailing slashes
|
||
|
smarty_dir = "../vendor/smarty/smarty/lib"
|
||
|
smarty_template_dir = "templates"
|
||
|
smarty_compile_dir = "templates_c"
|
||
|
|