Directory structure:
└── nababur-pro-user-management-system-with-php-mysql-ajax/
├── README.md
├── account.php
├── activeusers.php
├── adduser.php
├── bandusers.php
├── changepass.php
├── createrole.php
├── dashboard.php
├── editprofile.php
├── editrole.php
├── index.php
├── LICENSE
├── login.php
├── newusers.php
├── permissions.php
├── pro_usermanagent.sql
├── register.php
├── reset-password.php
├── role.php
├── settings.php
├── users.php
├── viewuser.php
├── app/
│ ├── index.html
│ ├── ajax-classes/
│ │ ├── chart.php
│ │ ├── client_budget.php
│ │ ├── email-allow.php
│ │ ├── facebook-allow.php
│ │ ├── github-allow.php
│ │ ├── google-allow.php
│ │ ├── index.html
│ │ ├── register-user.php
│ │ ├── reset-password.php
│ │ ├── twitter-allow.php
│ │ └── user-login.php
│ ├── classes/
│ │ ├── App.php
│ │ ├── AppAutho.php
│ │ ├── Changepassword.php
│ │ ├── ClientMsg.php
│ │ ├── Frontend.php
│ │ ├── index.html
│ │ ├── Permissions.php
│ │ ├── Roles.php
│ │ └── Users.php
│ ├── config/
│ │ ├── config.php
│ │ └── index.html
│ ├── helpers/
│ │ ├── Format.php
│ │ └── index.html
│ ├── inc/
│ │ ├── breadcrumb.php
│ │ ├── footer.php
│ │ ├── header.php
│ │ ├── index.html
│ │ └── sidebar.php
│ ├── lib/
│ │ ├── Database.php
│ │ ├── index.html
│ │ └── Session.php
│ └── uploads/
│ ├── index.html
│ └── logo/
│ └── index.html
└── assets/
├── index.html
├── css/
│ ├── authotication.css
│ ├── index.html
│ ├── normalize.css
│ ├── responsive.css
│ └── style.css
├── icofont/
│ └── index.html
├── iconfont/
│ ├── README.md
│ ├── codepoints
│ ├── index.html
│ ├── material-icons.css
│ ├── MaterialIcons-Regular.ijmap
│ └── MaterialIcons-Regular.woff2
├── images/
│ └── index.html
└── js/
├── index.html
├── plugins.js
└── script.js