# Conflicts: # .gitignore # README.md # action.php # api.php # app.php # composer.json # composer.lock # index.php # lang/en_us.php # lang/messages.php # lib/iputils.php # lib/login.php # lib/userinfo.php # mobile/index.php # nbproject/project.properties # nbproject/project.xml # pages.php # pages/404.php # pages/home.php # required.php # settings.template.php # static/css/app.css # static/img/logo.png # static/img/logo.svg # static/js/app.js
ManagePanel
System administration tool. Manage user accounts, permissions, and other data shared between the apps.
https://netsyms.biz/apps/managepanel
Installing
- Follow the installation directions for AccountHub, then download this app somewhere.
- Copy
settings.template.php
tosettings.php
- Import
database.sql
into your database server - Edit
settings.php
and fill in your DB info ("DB_" for the AccountHub database, "DB2_" for the ManagePanel one you just installed) - Set the location of the AccountHub API in
settings.php
(see "PORTAL_API") and enter an API key ("PORTAL_KEY") - Set the location of the AccountHub home page ("PORTAL_URL")
- Set the URL of this app ("URL")
- Run
composer install
(orcomposer.phar install
) to install dependency libraries.
Description
Account and permission manager and security log viewer.
https://netsyms.biz/apps/managepanel
Languages
PHP
87.3%
JavaScript
7.3%
CSS
4.7%
TSQL
0.7%