Account and permission manager and security log viewer.
https://netsyms.biz/apps/managepanel
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
# Conflicts: # action.php # settings.template.php # static/js/form.js |
5 years ago | |
---|---|---|
api | 5 years ago | |
langs | 5 years ago | |
lib | 5 years ago | |
mobile | 5 years ago | |
nbproject | 6 years ago | |
pages | 5 years ago | |
static | 5 years ago | |
.gitignore | 6 years ago | |
.gitmodules | 6 years ago | |
LICENSE.md | 5 years ago | |
README.md | 5 years ago | |
action.php | 5 years ago | |
api.php | 5 years ago | |
app.php | 5 years ago | |
composer.json | 6 years ago | |
composer.lock | 5 years ago | |
database.mwb | 6 years ago | |
database.sql | 6 years ago | |
index.php | 5 years ago | |
pages.php | 5 years ago | |
required.php | 5 years ago | |
settings.template.php | 5 years ago |
README.md
ManagePanel
System administration tool. Manage user accounts, permissions, and other data shared between the apps.
https://netsyms.biz/apps/managepanel
Installing
- Follow the installation directions for AccountHub, then download this app somewhere.
- Copy
settings.template.php
tosettings.php
- Import
database.sql
into your database server - Edit
settings.php
and fill in your DB info ("database" for the AccountHub database, "database2" for the ManagePanel one you just installed) - Set the location of the AccountHub API in
settings.php
, enter an API key, and set the home page - Set the URL of this app
- Run
composer install
(orcomposer.phar install
) to install dependency libraries.