Okay complete list:
[list][*]./adm/images/progress_bar.gif
[/*:m][*]./adm/style/install_convert.html
[*]./adm/style/install_error.html
[/*:m][*]./adm/style/install_footer.html
[*]./adm/style/install_header.html
[/*:m][*]./adm/style/install_install.html
[*]./adm/style/install_main.html
[/*:m][*]./adm/style/acp_inactive.html
[*]./ucp.php
[/*:m][*]./develop/fix_files.sh
[*]./includes/acp/info/acp_inactive.php
[/*:m][*]./includes/acp/acp_inactive.php
[*]./includes/mcp/mcp_logs.php
[/*:m][*]./includes/mcp/mcp_notes.php
[*]./includes/mcp/mcp_reports.php
[/*:m][*]./includes/mcp/mcp_warn.php
[*]./includes/search/fulltext_native.php
[/*:m][*]./includes/search/search.php
[*]./install/index.php
[/*:m][*]./install/install_install.php
[*]./install/install_main.php
[/*:m][*]./language/en/install.php
[*]./styles/subSilver/imageset/forum_unread_locked.gif
[/*:m][*]./styles/subSilver/template/mcp_logs.html
[*]./styles/subSilver/template/mcp_notes_front.html
[/*:m][*]./styles/subSilver/template/mcp_notes_user.html
[*]./styles/subSilver/template/mcp_warn_front.html
[/*:m][*]./styles/subSilver/template/mcp_warn_list.html
[*]./styles/subSilver/template/mcp_warn_post.html
[/*:m][*]./styles/subSilver/template/mcp_warn_user.html
[/list:u]
Generated with
- Code: Select all
$ find . -type f -perm /111 -printf "[*]%p\n"
if anyone is interested

The following command will also remove all execution bits from executable files as listed above:
- Code: Select all
$ find . -type f -perm /111 -exec chmod -x '{}' \;