Skip to content

Commit 82e67a2

Browse files
committed
Merge branch 'master' of github.com:haseydesign/flexi-auth
2 parents c0f69b5 + d7779a8 commit 82e67a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

demo_files/application/controllers/auth_public.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function __construct()
7474
* Forwards to the public dashboard.
7575
*/
7676
function index()
77-
{
77+
{
7878
redirect('auth_public/dashboard');
7979
}
8080

@@ -84,12 +84,12 @@ function index()
8484
* The dashboard provides links to some examples of the features available from the flexi auth library.
8585
*/
8686
function dashboard()
87-
{
87+
{
8888
// Get any status message that may have been set.
8989
$this->data['message'] = $this->session->flashdata('message');
9090

9191
$this->load->view('demo/public_examples/dashboard_view', $this->data);
92-
}
92+
}
9393

9494
###++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++###
9595
// Public Account Management
@@ -263,4 +263,4 @@ function update_address($address_id = FALSE)
263263
}
264264

265265
/* End of file auth_public.php */
266-
/* Location: ./application/controllers/auth_public.php */
266+
/* Location: ./application/controllers/auth_public.php */

0 commit comments

Comments
 (0)