iDashboard-PHP
iDashboard-PHP copied to clipboard
http auth on each site help
Hi, over on your new fab Organizr (I'm not able to move over to Organizr as it doesn't play well on an ipad) someone posted how to get around the http auth on each sub if accessed through the main domain
https://github.com/causefx/Organizr/issues/20
you mentioned about using the cookie your program creates, is this possible to do with Idashboard?
:) 👍
iDash also set's a cookie.
setcookie("logged", $hash_pass, time() + (86400 * 7), "/");
$_COOKIE["logged"]
Okay I'll have a look as it doesn't work :(
How do u have it written?
Sent from my iPhone
On Feb 23, 2017, at 10:38 AM, phairplay [email protected] wrote:
Okay I'll have a look as it doesn't work :(
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
Erm I don't I was just going to redownloaded idashboard and try again
Or is there an easier way?
Oh ok. That should work