GeForce Manager
PHP Advanced
C:
/
xampp
/
htdocs
/
Ajaji
/
plugins
/
api-authentication
/
basic
/
Name
Size
Perms
Actions
📁
services
0 B
0777
Permissions
Delete
📁
src
3653 B
0777
Permissions
Delete
📄
basic.xml
917 B
0666
Edit
Perms
Delete
Editing:
basic.xml
<?xml version="1.0" encoding="UTF-8"?> <extension type="plugin" group="api-authentication" method="upgrade"> <name>plg_api-authentication_basic</name> <author>Joomla! Project</author> <creationDate>2005-11</creationDate> <copyright>(C) 2019 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> <authorEmail>admin@joomla.org</authorEmail> <authorUrl>www.joomla.org</authorUrl> <version>4.0.0</version> <description>PLG_API-AUTHENTICATION_BASIC_XML_DESCRIPTION</description> <namespace path="src">Joomla\Plugin\ApiAuthentication\Basic</namespace> <files> <folder plugin="basic">services</folder> <folder>src</folder> </files> <languages> <language tag="en-GB">language/en-GB/plg_api-authentication_basic.ini</language> <language tag="en-GB">language/en-GB/plg_api-authentication_basic.sys.ini</language> </languages> </extension>
Cancel