GeForce Manager
PHP Advanced
C:
/
xampp
/
htdocs
/
Ajaji
/
backup
/
administrator
/
components
/
com_checkin
/
Name
Size
Perms
Actions
📁
models
6070 B
0777
Permissions
Delete
📁
views
4628 B
0777
Permissions
Delete
📄
checkin.php
567 B
0666
Edit
Perms
Delete
📄
config.xml
584 B
0666
Edit
Perms
Delete
Editing:
config.xml
<?xml version="1.0" encoding="utf-8"?> <config> <fieldset name="permissions" label="JCONFIG_PERMISSIONS_LABEL" description="JCONFIG_PERMISSIONS_DESC" > <field name="rules" type="rules" label="JCONFIG_PERMISSIONS_LABEL" filter="rules" validate="rules" component="com_checkin" section="component"> <action name="core.admin" title="JACTION_ADMIN" description="JACTION_ADMIN_COMPONENT_DESC" /> <action name="core.manage" title="JACTION_MANAGE" description="JACTION_MANAGE_COMPONENT_DESC" /> </field> </fieldset> </config>
Cancel