Account and permission manager and security log viewer. https://netsyms.biz/apps/managepanel
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
Skylar Ittner 34ea14d34e Add API key manager 5年前
api Add support for regex matching on API vars 5年前
langs Add API key manager 5年前
lib Finish merge/upgrade 5年前
mobile Merge again 5年前
nbproject Add MPL header 6年前
pages Add API key manager 5年前
static Add API key manager 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 Add API key manager 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 Add API key manager 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.