This commit is contained in:
AlexBa16
2026-06-08 15:29:52 +02:00
commit 27903eed4a
9931 changed files with 1535659 additions and 0 deletions
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<extension type="library">
<name>lib_joomla</name>
<libraryname>joomla</libraryname>
<version>13.1</version>
<description>LIB_JOOMLA_XML_DESCRIPTION</description>
<creationDate>2008-01</creationDate>
<copyright>(C) 2008 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>https://www.joomla.org</authorUrl>
<packager>Joomla!</packager>
<packagerurl>https://www.joomla.org</packagerurl>
<files folder="libraries">
<folder>src</folder>
<file>import.legacy.php</file>
<file>import.php</file>
<file>loader.php</file>
<file>platform.php</file>
</files>
</extension>
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<extension type="library" method="upgrade">
<name>lib_phpass</name>
<libraryname>phpass</libraryname>
<description>LIB_PHPASS_XML_DESCRIPTION</description>
<creationDate>2004-01</creationDate>
<author>Solar Designer</author>
<authorEmail>solar@openwall.com</authorEmail>
<authorUrl>https://www.openwall.com/phpass/</authorUrl>
<license>PD / GWC</license>
<version>0.5.1</version>
<packagerurl>https://www.openwall.com/phpass/</packagerurl>
<files folder="phpass">
<file>PasswordHash.php</file>
</files>
</extension>