mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-12 04:36:32 +02:00
build
code_sniffer
git-tools
phpBB
adm
cache
develop
docs
download
files
images
includes
acp
auth
cache
captcha
config
cron
db
diff
hooks
index.php
lock
mcp
questionnaire
request
search
ucp
utf
.htaccess
auth.php
bbcode.php
class_loader.php
constants.php
error_collector.php
functions.php
functions_acp.php
functions_admin.php
functions_compress.php
functions_content.php
functions_convert.php
functions_display.php
functions_download.php
functions_install.php
functions_jabber.php
functions_messenger.php
functions_module.php
functions_posting.php
functions_privmsgs.php
functions_profile_fields.php
functions_template.php
functions_transfer.php
functions_upload.php
functions_user.php
group_positions.php
index.htm
message_parser.php
session.php
startup.php
template.php
install
language
store
styles
.htaccess
common.php
cron.php
faq.php
feed.php
index.php
mcp.php
memberlist.php
posting.php
report.php
search.php
style.php
ucp.php
viewforum.php
viewonline.php
viewtopic.php
web.config
tests
.gitignore
README.md
phpunit.xml.all
phpunit.xml.dist
Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556