.htignore update

This commit is contained in:
zotlabs 2017-11-06 21:55:36 -08:00
parent 3f1a4b6559
commit 5376a734d4
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -19,10 +19,11 @@
Thumbs.db Thumbs.db
## Ignore RedMatrix site specific files and folders ## Ignore site specific files and folders
.htconfig.php .htconfig.php
favicon.* favicon.*
addon/ addon/
widget/
custom/ custom/
/store/ /store/
# site apps # site apps

View File

@ -159,7 +159,7 @@ class Defperms extends \Zotlabs\Web\Controller {
build_sync_packet(0 /* use the current local_channel */, array('abook' => array($clone))); build_sync_packet(0 /* use the current local_channel */, array('abook' => array($clone)));
} }
/* @brief Generate content of connection edit page /* @brief Generate content of connection default permissions page
* *
* *
*/ */