Skip to content

muhammadadeeltajamul/dataplug

This branch is 3 commits ahead of, 134 commits behind burhanrasool/dataplug:main.

Folders and files

NameName
Last commit message
Last commit date
Jan 20, 2021
Oct 21, 2020
Oct 21, 2020
Oct 21, 2020
Oct 19, 2020
Oct 21, 2020
Oct 21, 2020
Oct 21, 2020
Oct 21, 2020
Oct 21, 2020
Oct 21, 2020
Oct 21, 2020
Oct 21, 2020

Repository files navigation

Please follow the steps for configuration of web site


Step 1: Execute this query
INSERT INTO `users_group` (`id`, `department_id`, `type`) VALUES (NULL, '0', 'Super Admin');

Step 2: Execute this query
INSERT INTO `users` (`id`, `parent_id`, `department_id`, `first_name`, `last_name`, `email`, `username`, `password`, `group_id`, `is_deleted`, `status`, `verification_code`, `forgot_password`, `default_url`, `created_datetime`, `district`) VALUES
(1, 0, 0, 'Super', 'Admin', 'super', 'super', '21232f297a57a5a743894a0e4a801fc3', 1, 0, '1', NULL, NULL, NULL, '2016-12-14 13:50:37', NULL);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 64.9%
  • JavaScript 17.8%
  • Java 8.3%
  • CSS 5.1%
  • C 2.1%
  • HTML 1.2%
  • Other 0.6%