-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.xml
44 lines (44 loc) · 1004 Bytes
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="utf-8"?>
<plugin version="php">
<id>zblogofcloudflare</id>
<name>Zblog of Cloudflare</name>
<url></url>
<note></note>
<description></description>
<path>main.php</path>
<include>include.php</include>
<level>1</level>
<author>
<name>MuWinds</name>
<email></email>
<url>https://blog.muwinds.top</url>
</author>
<source>
<name></name>
<email></email>
<url></url>
</source>
<adapted>162090</adapted>
<version>1.0</version>
<pubdate>2022-11-20</pubdate>
<modified>2022-11-20</modified>
<price>0</price>
<phpver>7.2</phpver>
<advanced>
<dependency></dependency>
<rewritefunctions></rewritefunctions>
<existsfunctions></existsfunctions>
<conflict></conflict>
</advanced>
<sidebars>
<sidebar1></sidebar1>
<sidebar2></sidebar2>
<sidebar3></sidebar3>
<sidebar4></sidebar4>
<sidebar5></sidebar5>
<sidebar6></sidebar6>
<sidebar7></sidebar7>
<sidebar8></sidebar8>
<sidebar9></sidebar9>
</sidebars>
</plugin>