Joined: 21 Aug 2011 |
Posts: 10 |
|
|
 |
Posted: Sun Aug 21, 2011 6:55 am |
|
 |
 |
 |
 |
Hi,
In the license I have set 2 attributes:
users and servers
I cannot read them, pelm_get_attribute return ALWAYS an empty string.
Somehow the attributes are set, cause if I remove on, pelm_get_attribute returns false so the value is not returned.
I tried the following output:
var_dump(pelm_is_licensed(), pelm_license_filename(), pelm_get_attribute('users'), pelm_get_attribute('servers'), pelm_get_attribute('Expires'));
Output:
bool(true) string(40) "D:\work\projectse\WebDbAdmin\license.lic" string(0) "" string(0) "" bool(false)
You see here the empty strings.
Please advise, it's pretty urgent.
Regards.
PS: you cannot add images to post, fix it.
|
|