A page in your DokuWiki was added or changed. Here are the details:

Date        : 2017/12/18 08:11
Browser     : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:57.0) Gecko/20100101 
Firefox/57.0
IP-Address  : 109.190.253.11
Hostname    : 109.190.253.11
Old Revision: ---
New Revision: http://ltb-project.org/documentation/white-pages/0.2/config_csv
Edit Summary: created
User        : coudot

====== CSV export ======

<note>Configuration file: ''white-pages/conf/config.inc.php''</note>

When using the advanced search form, it is possible to export results in a CSV 
file instead of displaying them. If the feature is activated, a new input 
button is displayed under the form.

===== Activation =====

Enable or disable this feature:
<file php>
$use_csv = true;
</file>

===== File name =====

Set the CSV file name:
<file php>
$csv_filename = "white_pages_export_" . date("Y-m-d") . ".csv";
</file>



-- 
This mail was generated by DokuWiki at
http://ltb-project.org/
_______________________________________________
ltb-changes mailing list
ltb-changes@lists.ltb-project.org
https://lists.ltb-project.org/cgi-bin/mailman/listinfo/ltb-changes

Reply via email to