-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
18 lines (18 loc) · 782 Bytes
/
plugin.xml
File metadata and controls
18 lines (18 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<e107Plugin name="PHP Compare" lan="" version="1.0" date="2025-04-16" compatibility="2.0" installRequired="true">
<author name="CaMer0n" url="https://e107.org" />
<summary lan="">Compare PHP ini files for migration</summary>
<description lan="">Compares the current PHP ini file with another PHP version's ini file to ensure compatibility for PHP upgrades in cPanel/WHM.</description>
<keywords>
<word>php</word>
<word>ini</word>
<word>configuration</word>
<word>migration</word>
<word>compare</word>
</keywords>
<category>admin</category>
<copyright>GNU</copyright>
<adminLinks>
<link url="admin_config.php" description="Compare PHP ini files for migration" primary="true">LAN_CONFIGURE</link>
</adminLinks>
</e107Plugin>