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.
 
 
 
 
Go to file
Skylar Ittner 47540e57d2 Merge ../BusinessAppTemplate
# Conflicts:
#	README.md
#	api.php
#	composer.lock
#	index.php
#	lang/en_us.php
#	lib/login.php
#	required.php
#	settings.template.php
5 years ago
api Add support for regex matching on API vars 5 years ago
langs Merge ../BusinessAppTemplate 5 years ago
lib Merge ../BusinessAppTemplate 5 years ago
mobile Merge ../BusinessAppTemplate 5 years ago
nbproject Add MPL header 6 years ago
pages Merge ../BusinessAppTemplate 5 years ago
static Merge ../BusinessAppTemplate 5 years ago
.gitignore Merge ssh://source.netsyms.com:2322/Business/BusinessAppTemplate 6 years ago
.gitmodules Convert material-color CSS to submodule 7 years ago
LICENSE.md Merge ../BusinessAppTemplate 5 years ago
README.md Merge ../BusinessAppTemplate 5 years ago
action.php Merge ../BusinessAppTemplate 5 years ago
api.php Merge ../BusinessAppTemplate 5 years ago
app.php Merge ../BusinessAppTemplate 5 years ago
composer.json Switch to Mozilla Public License 2.0 for code consistency 6 years ago
composer.lock Merge ../BusinessAppTemplate 5 years ago
database.mwb Add support for downloading reports from mobile app, add HTML export format 7 years ago
database.sql Add support for downloading reports from mobile app, add HTML export format 7 years ago
index.php Merge ../BusinessAppTemplate 5 years ago
pages.php Merge ../BusinessAppTemplate 5 years ago
required.php Merge ../BusinessAppTemplate 5 years ago
settings.template.php Merge ../BusinessAppTemplate 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

  1. Follow the installation directions for AccountHub, then download this app somewhere.
  2. Copy settings.template.php to settings.php
  3. Import database.sql into your database server
  4. Edit settings.php and fill in your DB info ("database" for the AccountHub database, "database2" for the ManagePanel one you just installed)
  5. Set the location of the AccountHub API in settings.php, enter an API key, and set the home page
  6. Set the URL of this app
  7. Run composer install (or composer.phar install) to install dependency libraries.