Added information about setting directory access rights for /engine/cache. Fixed size issue with GitHub avatars when using default avatar.

This commit is contained in:
Kuzirashi 2014-05-16 23:08:35 +02:00
parent e53d0aebda
commit 56d62cc443
2 changed files with 3 additions and 1 deletions

View File

@ -44,6 +44,8 @@ This will show you the rest of the instructions as well as the mysql schema.
7: Please note that you need PHP cURL enabled to make Paypal payments work.
8: You may need to change directory access rights of /engine/cache to allow writing.
### This is the developement repository for the Znote AAC project.
# TODO 1.5:
* Confirm TFS 1.0 LUA scripts works (Shop system, first items)

View File

@ -42,7 +42,7 @@ if(!function_exists('curl_version')) { // If CURL isn't enabled show default ver
echo '<div class="contributor">
<a href="' . $contributor['html_url'] . '">
<img src="' . $contributor['avatar_url'] . 'size=80" /><br/>
<img src="' . $contributor['avatar_url'] . 'size=80" style="width: 80px; height: 80px" /><br/>
<span>' . $contributor['login'] . '</span>
</a>
</div>';