Account and permission manager and security log viewer. https://netsyms.biz/apps/managepanel
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
Go to file
Skylar Ittner 28b8563ea0 Finish merge/upgrade 5 år sedan
api Add support for regex matching on API vars 5 år sedan
langs Finish merge/upgrade 5 år sedan
lib Finish merge/upgrade 5 år sedan
mobile Merge ../BusinessAppTemplate 5 år sedan
nbproject Add MPL header 6 år sedan
pages Merge ../BusinessAppTemplate 5 år sedan
static Merge ../BusinessAppTemplate 5 år sedan
.gitignore Merge ssh://source.netsyms.com:2322/Business/BusinessAppTemplate 6 år sedan
.gitmodules Convert material-color CSS to submodule 7 år sedan
LICENSE.md Merge ../BusinessAppTemplate 5 år sedan
README.md Merge ../BusinessAppTemplate 5 år sedan
action.php Merge ../BusinessAppTemplate 5 år sedan
api.php Merge ../BusinessAppTemplate 5 år sedan
app.php Merge ../BusinessAppTemplate 5 år sedan
composer.json Switch to Mozilla Public License 2.0 for code consistency 6 år sedan
composer.lock Merge ../BusinessAppTemplate 5 år sedan
database.mwb Add support for downloading reports from mobile app, add HTML export format 7 år sedan
database.sql Add support for downloading reports from mobile app, add HTML export format 7 år sedan
index.php Merge ../BusinessAppTemplate 5 år sedan
pages.php Merge ../BusinessAppTemplate 5 år sedan
required.php Merge ../BusinessAppTemplate 5 år sedan
settings.template.php Merge ../BusinessAppTemplate 5 år sedan

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.