mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 00:54:27 +00:00
- Added configuration entry authentication_logout_page in auth.php
- Fixed function cleanSessionElement in hlp_session_helper - Added constants AUTHENTICATION_LOGOUT_PAGE and SESSION_LANDING_PAGE to AuthLib - Fixed method loginLDAP in AuthLib - Added public method redirectToLandingPage to AuthLib - Renamed method _storeAuthObj to _storeSessionAuthObj in AuthLib - Added private method _storeSessionLandingPage to AuthLib - Added private method _redirectTemporarily to AuthLib
This commit is contained in:
@@ -15,7 +15,7 @@ $this->load->view(
|
||||
?>
|
||||
<body>
|
||||
<?php
|
||||
$href = site_url().'/ViewMessage/sendReply';
|
||||
$href = site_url('/ViewMessage/sendReply');
|
||||
?>
|
||||
<div id="wrapper">
|
||||
<div id="page-wrapper">
|
||||
|
||||
Reference in New Issue
Block a user