I am having trouble logging into my CMS on pc's other than my laptop. It's as though the code is reading a mac address or something. I use the same credentials on each pc. It gives me an errorm message that says" you don't have premissions to change this page. I am trying to edit the content via the ems. There are live of code in php that seem to be sending the message.
if (!auth("users.roles.view")) {
> > > include("../header.php");
> > > ?><p>You do not have permissions to access this area of the
> > > administration panel. <a href="#" onclick="javascript:
> > > history.go(-1);">Click here</a> to go back.</p><?
> > > include("../footer.php");
> > > exit();
> > > }
> > >
Its a custom made cms. It asks to log you out if you are logged in on another computer.
Its a custom made cms. It asks to log you out if you are logged in on another computer.
if (!auth("users.roles.view")) {
> > > include("../header.php");
> > > ?><p>You do not have permissions to access this area of the
> > > administration panel. <a href="#" onclick="javascript:
> > > history.go(-1);">Click here</a> to go back.</p><?
> > > include("../footer.php");
> > > exit();
> > > }
> > >
Its a custom made cms. It asks to log you out if you are logged in on another computer.
Its a custom made cms. It asks to log you out if you are logged in on another computer.