Account and permission manager and security log viewer. https://netsyms.biz/apps/managepanel
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
Skylar Ittner 967cfa01c7 Merge ../BusinessAppTemplate
# Conflicts:
#	action.php
#	settings.template.php
#	static/js/form.js
5 лет назад
api API: Check for user permission 5 лет назад
langs Add API key manager 5 лет назад
lib Merge ../BusinessAppTemplate 5 лет назад
mobile Merge again 5 лет назад
nbproject Update project metadata 6 лет назад
pages Add API key manager 5 лет назад
static Merge ../BusinessAppTemplate 5 лет назад
.gitignore Merge ssh://source.netsyms.com:2322/Business/BusinessAppTemplate 6 лет назад
.gitmodules Convert material-color CSS to submodule 7 лет назад
LICENSE.md Update license and readme 5 лет назад
README.md Update license and readme 5 лет назад
action.php Merge ../BusinessAppTemplate 5 лет назад
api.php Merge ../BusinessAppTemplate 5 лет назад
app.php Add API key manager 5 лет назад
composer.json Update dependencies 6 лет назад
composer.lock Merge ../BusinessAppTemplate 5 лет назад
database.mwb Add support for downloading reports from mobile app, add HTML export format 7 лет назад
database.sql Add support for downloading reports from mobile app, add HTML export format 7 лет назад
index.php Merge ../BusinessAppTemplate 5 лет назад
pages.php Add API key manager 5 лет назад
required.php Merge ../BusinessAppTemplate 5 лет назад
settings.template.php Merge ../BusinessAppTemplate 5 лет назад

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.