Merge origin/master

This commit is contained in:
PhantomVl 2018-08-08 19:12:58 +03:00
commit 9fea8037e1

View file

@ -69,7 +69,7 @@ Make sure you have the following installed on your system:
### Module installation ### Module installation
1. Download module into your local system. (/var/www/html/admin/module/) 1. Download module into your local system. (/var/www/html/admin/modules/)
2. Goto FreePBX Admin -> Module Admin. 2. Goto FreePBX Admin -> Module Admin.
3. Click Upload Modules. 3. Click Upload Modules.
4. Browse to the location of the module on your computer and select Upload. 4. Browse to the location of the module on your computer and select Upload.
@ -80,9 +80,9 @@ Make sure you have the following installed on your system:
9. Apply Config to FreePBX. 9. Apply Config to FreePBX.
### Module update to latest state ### Module update to latest state
1. Goto to module into your local system. (/var/www/html/admin/module/sccp_manager/) 1. Goto to module into your local system. (/var/www/html/admin/modules/sccp_manager/)
> cd /var/www/html/admin/module/sccp_manager/ > cd /var/www/html/admin/modules/sccp_manager/
> git fetch > git fetch
> git pull > git pull