Merge pull request #11 from mt-admin mysqli...
Merge pull request #11 from mt-admin mysqli Convert the admin backend to the more modern MySQLi driver.

File last commit:

87c51e7cea38
dc6672c2e0e6 merge
Show More
.gitattributes
14 lines | 187 B | text/plain | TextLexer
/ .gitattributes
# Anything not explicitly listed
* text=auto
# Code files
*.php text
*.css text
*.js text
*.html text
# Images
*.png binary
*.jpg binary
*.gif binary
*.psd binary