mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-29 18:59:21 +02:00
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:
parent
e53d0aebda
commit
56d62cc443
@ -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.
|
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.
|
### This is the developement repository for the Znote AAC project.
|
||||||
# TODO 1.5:
|
# TODO 1.5:
|
||||||
* Confirm TFS 1.0 LUA scripts works (Shop system, first items)
|
* Confirm TFS 1.0 LUA scripts works (Shop system, first items)
|
||||||
|
@ -42,7 +42,7 @@ if(!function_exists('curl_version')) { // If CURL isn't enabled show default ver
|
|||||||
|
|
||||||
echo '<div class="contributor">
|
echo '<div class="contributor">
|
||||||
<a href="' . $contributor['html_url'] . '">
|
<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>
|
<span>' . $contributor['login'] . '</span>
|
||||||
</a>
|
</a>
|
||||||
</div>';
|
</div>';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user