# mainwp/4.2/assets/csv/sample.csv

MainWP Dashboard: Self-hosted WordPress Management for Agencies, version 4.2. 14 lines.

- Page: https://pluginprobe.com/plugins/mainwp/4.2/code/assets/csv/sample.csv
- Raw: https://pluginprobe.com/plugins/mainwp/4.2/raw/assets/csv/sample.csv
- Modified: 2021-10-21T16:19:02+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/mainwp/4.2/code/assets/csv/sample.csv#L10-L20`.

```
# It's important if you remove the headerline that the order of the columns remains the same and all colums should be added
# The header fields may not be renamed
#
# Url and Admin Name are the only required columns
#
# Possible values for Verify Certificate: 1 or 0 (1 for true, 0 for false)
# Possible values for SSL Version: auto, 1.x, 1, 2, 1.1, 1.2, 1.3. The default value is "auto"
Site Name, Url, Admin Name, Group,Security ID,HTTP Username,HTTP Password,Verify Certificate,SSL Version
Site 1,http://site1.com,Admin,Group Name,Security ID,Username,Password,1,auto
Site 2,http://site2.com,Admin,Group Name,Security ID,Username,Password,0,auto
Site 3,http://site3.com,Admin,Group Name,Security ID,,,T,1.x
Site 4,http://site4.com,Admin,Group Name,Security ID,Username,Password,1,auto
Site 5,http://site5.com,Admin,Group Name,Security ID,Username,Password,0,1.3

```
