1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 03:54:10 +01:00

19 lines
355 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<dataset>
<table name="phpbb_ext">
<column>ext_name</column>
<column>ext_active</column>
<column>ext_state</column>
<row>
<value>vendor2/foo</value>
<value>1</value>
<value></value>
</row>
<row>
<value>vendor/moo</value>
<value>0</value>
<value></value>
</row>
</table>
</dataset>