Account and permission manager and security log viewer. https://netsyms.biz/apps/managepanel
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
Go to file
Skylar Ittner 28b8563ea0 Finish merge/upgrade il y a 5 ans
api Add support for regex matching on API vars il y a 5 ans
langs Finish merge/upgrade il y a 5 ans
lib Finish merge/upgrade il y a 5 ans
mobile Merge ../BusinessAppTemplate il y a 5 ans
nbproject Add MPL header il y a 6 ans
pages Merge ../BusinessAppTemplate il y a 5 ans
static Merge ../BusinessAppTemplate il y a 5 ans
.gitignore Merge ssh://source.netsyms.com:2322/Business/BusinessAppTemplate il y a 6 ans
.gitmodules Convert material-color CSS to submodule il y a 7 ans
LICENSE.md Merge ../BusinessAppTemplate il y a 5 ans
README.md Merge ../BusinessAppTemplate il y a 5 ans
action.php Merge ../BusinessAppTemplate il y a 5 ans
api.php Merge ../BusinessAppTemplate il y a 5 ans
app.php Merge ../BusinessAppTemplate il y a 5 ans
composer.json Switch to Mozilla Public License 2.0 for code consistency il y a 6 ans
composer.lock Merge ../BusinessAppTemplate il y a 5 ans
database.mwb Add support for downloading reports from mobile app, add HTML export format il y a 7 ans
database.sql Add support for downloading reports from mobile app, add HTML export format il y a 7 ans
index.php Merge ../BusinessAppTemplate il y a 5 ans
pages.php Merge ../BusinessAppTemplate il y a 5 ans
required.php Merge ../BusinessAppTemplate il y a 5 ans
settings.template.php Merge ../BusinessAppTemplate il y a 5 ans

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.