Skip to content

Commit

Permalink
Updated the settings for filemanager.config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mystralkk committed Dec 25, 2016
1 parent 3636413 commit b75bb02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public_html/siteconfig.php
system/lib-custom.php

public_html/sitemap.xml
public_html/filemanager/scripts/filemanager.config.js
public_html/filemanager/scripts/filemanager.config.json

# cache files
data/layout_cache/**
Expand Down
4 changes: 4 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@
<copy file="${srcDir}/system/lib-custom.php.dist" tofile="${dstDir}/system/lib-custom.php"/>
<copy file="${srcDir}/public_html/siteconfig.php.dist" tofile="${dstDir}/public_html/siteconfig.php"/>

<!-- Move filemanager configuration file -->
<copy file="${srcDir}/public_html/filemanager/scripts/filemanager.config.default.json" tofile="${dstDir}/public_html/filemanager/scripts/filemanager.config.json" overwrite="true"/>

<!-- Change permissions -->
<echo msg="Changing directory and file permissions..."/>
<chmod file="${dstDir}/emailgeeklogstories" mode="0755"/>
Expand Down Expand Up @@ -128,6 +131,7 @@
<chmod file="${dstDir}/public_html/images/_thumbs/articles" mode="0775"/>
<chmod file="${dstDir}/public_html/images/_thumbs/library/Image" mode="0775"/>
<chmod file="${dstDir}/public_html/images/_thumbs/userphotos" mode="0775"/>
<chmod file="${dstDir}/public_html/filemanager/scripts/filemanager.config.json" mode="0644"/>
</target>

<!-- ============================== -->
Expand Down

0 comments on commit b75bb02

Please sign in to comment.