Account and permission manager and security log viewer. https://netsyms.biz/apps/managepanel
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
Skylar Ittner 34ea14d34e Add API key manager hace 5 años
api Add support for regex matching on API vars hace 5 años
langs Add API key manager hace 5 años
lib Finish merge/upgrade hace 5 años
mobile Merge again hace 5 años
nbproject Add MPL header hace 6 años
pages Add API key manager hace 5 años
static Add API key manager hace 5 años
.gitignore Merge ssh://source.netsyms.com:2322/Business/BusinessAppTemplate hace 6 años
.gitmodules Convert material-color CSS to submodule hace 7 años
LICENSE.md Update license and readme hace 5 años
README.md Update license and readme hace 5 años
action.php Add API key manager hace 5 años
api.php Merge ../BusinessAppTemplate hace 5 años
app.php Add API key manager hace 5 años
composer.json Update dependencies hace 6 años
composer.lock Merge ../BusinessAppTemplate hace 5 años
database.mwb Add support for downloading reports from mobile app, add HTML export format hace 7 años
database.sql Add support for downloading reports from mobile app, add HTML export format hace 7 años
index.php Merge ../BusinessAppTemplate hace 5 años
pages.php Add API key manager hace 5 años
required.php Merge ../BusinessAppTemplate hace 5 años
settings.template.php Add API key manager hace 5 años

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.