mirror of
https://github.com/standardebooks/web.git
synced 2025-07-12 09:32:24 -04:00
Create cookie-based login and authentication system
This commit is contained in:
parent
45221365b5
commit
0bc3dc3830
46 changed files with 528 additions and 195 deletions
|
@ -26,3 +26,5 @@ if(SITE_STATUS == SITE_STATUS_LIVE){
|
|||
throw $ex; // Send the exception back to PHP for its usual logging routine.
|
||||
});
|
||||
}
|
||||
|
||||
$GLOBALS['User'] = Session::GetLoggedInUser();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue