custom_package_items.conf

sde

Verified User
Joined
Sep 11, 2004
Messages
213
Location
Temecula, CA
I found a piece of code in custom_package_items.conf
Code:
varname=type=checkbox&string=some setting

It displays a checkbox in the user modify page.

With a PHP plugin script on the user level, how would I access the value of 'varname' that is set with this package?
 
would the proper way to handle this from within a plugin be to parse the data/users/<username>/user.conf file?

:: edit ::
that file is 644 owned by diradmin, so it's not possible. i'm going to have to assume i need to use the php class, but i'm still not sure how i would automatically embed the password in the api request since a plugin is supposed to be portable. i'm missig something here.
 
Last edited:
Back
Top