File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
demo_files/application/controllers Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments