surveybuilder
Version:
Build surveys in the most advanced, flexable, and more moderated way, for all users to build and see.
60 lines (59 loc) • 733 B
text/xml
<database>
<!--
Format:
<users>
<name>
[Enter Name here]
</name>
<cpanel>
[true/false]
</cpanel>
<webAllow>
[true/false] //http,https,localhost file are set to true
</webAllow>
<encoding>
[UTF-8]
</encoding>
<lang>
[Specify Lang.]
</lang>
<codeLang>
[List the Code lang.]
</codeLang>
<config>
[True/False]
</config>
<API>
[Enter API key]
</API>
</users>
-->
<!--Example-->
<users>
<name>
Example_user
</name>
<cpanel>
True
</cpanel>
<webAllow>
True
</webAllow>
<encoding>
UTF-8
</encoding>
<lang>
English
</lang>
<codeLang>
Html, Js, Css, PHP, XML
</codeLang>
<config>
True
</config>
<API>
[Enter API key]
</API>
</users>
</database>