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.
 
 
 
 
Skylar Ittner 967cfa01c7 Merge ../BusinessAppTemplate
# Conflicts:
#	action.php
#	settings.template.php
#	static/js/form.js
il y a 5 ans
api API: Check for user permission il y a 5 ans
langs Add API key manager il y a 5 ans
lib Merge ../BusinessAppTemplate il y a 5 ans
mobile Merge again il y a 5 ans
nbproject Update project metadata il y a 6 ans
pages Add API key manager 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 6 ans
LICENSE.md Update license and readme il y a 5 ans
README.md Update license and readme 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 Add API key manager il y a 5 ans
composer.json Update dependencies 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 Add API key manager 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.