Skip to content

Commit 362fdf7

Browse files
committed
Update README.md
1 parent 3ea0943 commit 362fdf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Now hit the url `http://localhost/cakeAdminLTE/admin` you are ready to go, enter
1919
####CakeAdminLTE
2020
* cakeAdminLTE is already built with auth authentication system within the admin panel along with admin routing.
2121
* open file `app/Controller/AppController.php` which is already set up using auth component for admin authentication.
22-
* you can use auth for authentcating for user within the else part, you will find all information [here](http://stackoverflow.com/questions/13167367/cakephp-2-x-auth-with-two-separate-logins).
23-
* by default if you run the application it will look for the controller class because their no controller, so you have to use `/admin` after the application name.
22+
* you can use auth for authentcating user within the else part, you will find all information [here](http://stackoverflow.com/questions/13167367/cakephp-2-x-auth-with-two-separate-logins).
23+
* by default if you run the application it will look for the controller, so you have to use `/admin` after the application name if you have not setup any other default controller.

0 commit comments

Comments
 (0)