Skip to content
Snippets Groups Projects
Commit 65acbe9c authored by Angela Pham's avatar Angela Pham
Browse files

Adding more cases in index file

parent 1dcb7909
Branches
No related merge requests found
...@@ -24,6 +24,16 @@ case 'record' : ...@@ -24,6 +24,16 @@ case 'record' :
case 'artist' : case 'artist' :
include 'views/artist.php'; include 'views/artist.php';
break; break;
case 'transaction' :
include 'views/transaction.php';
break;
case 'profile' :
include 'views/profile.php';
break;
case 'customer' :
include 'views/customer.php';
break;
default : default :
include 'views/404.php'; include 'views/404.php';
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment