Hi,
I added a new tab to my EspoCRM interface which open a new window with some content coded with PHP.
Before displaying anything from the new page, I would like to check if the viewer is someone who is connected
to a EspoCRM session (to avoid strangers see the page from the url) or something else that allows to check if
the viewer is a registered user.
How can I do it ?
Thanks
I added a new tab to my EspoCRM interface which open a new window with some content coded with PHP.
Before displaying anything from the new page, I would like to check if the viewer is someone who is connected
to a EspoCRM session (to avoid strangers see the page from the url) or something else that allows to check if
the viewer is a registered user.
How can I do it ?
Thanks
Comment